@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: #93bc75;
  --cornflower-blue: #6cfffd;
  --khaki: #ffea2c;
  --04: var(--07);
  --gainsboro-2: #ffe0e0;
  --08: #b3ffde;
  --navajo-white: #56a2ff;
  --10: #c76f70;
  --09: #af69ff;
  --05: #b19178;
  --13: #6cd2b0;
  --brnaco2: var(--03);
  --11: #ff6ba3;
  --color-2: #67ff9a;
  --12: #c4b872;
  --violet-2: #f70;
  --red: #7ba1b0;
  --light-steel-blue: #bab8d0;
  --branco: #000;
  --aquamarine: #00ffb3;
  --green-yellow: #475c1a;
  --03: var(--12);
  --dark-slate-grey: #3a3a3a;
  --pale-goldenrod-2: #00ffb3;
  --marrom: var(--violet);
  --rosy-brown: #e9b393;
  --plum: #fab1ff;
  --07: #ff7fea;
  --violet: #9e695e;
  --pale-goldenrod: #fff8ab;
  --roxo: var(--04);
  --ceruleo: var(--khaki);
  --color: #1b6827;
  --346b80: var(--red);
  --b3ffde: var(--08);
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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/CG-29-encerramento-padre-attard.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  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(180deg, var(--01), #fff);
  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: 0;
  padding-left: 60px;
  padding-right: 60px;
  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;
  flex: 0 auto;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.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%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.paragrafo_principal {
  color: var(--black);
  text-align: justify;
  margin-top: 30px;
  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;
  margin-bottom: 0;
  padding-top: 0;
  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/Maria-Troncatti.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: #56a2ff;
  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(--08) 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-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
  background-position: 50% 30%;
  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, #d9d9d9, var(--navajo-white) 90%);
  opacity: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 30%;
  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(--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;
  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(--09) 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(--05), 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/iStock-1482783741.jpg');
  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;
  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/Santidade-Salesiana-3.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;
}

.link-block_03b {
  background-image: url('../images/Santidade-Salesiana-1.jpg');
  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;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_04b {
  background-image: url('../images/Encontro-postuladores-geral.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/Ordenacao-Diaconal-Waldiak-7-1024x768_1.jpg');
  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;
}

.link-block_07b {
  background-image: url('../images/Carlo_Acutis-1.jpg');
  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;
}

.link-block_08b {
  background-image: url('../images/20250715_094346.jpg');
  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;
}

.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(--brnaco2);
  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(180deg, var(--brnaco2), #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(to bottom, #acffdb, var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 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/Santidade-Salesiana-3.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_08_2 {
  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/PJ.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_04_2 {
  background-image: url('../images/iStock-1697201044.jpg');
  background-position: 50% 60%;
  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_03_01 {
  background-image: url('../images/Santidade-Salesiana-1.jpg');
  background-position: 50% 36%;
  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/Cópia-de-DB3--18.jpg');
  background-position: 50%;
  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/IMG_6472.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;
}

.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(to bottom, var(--10), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 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(--color-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;
}

.header_12 {
  background-image: linear-gradient(180deg, var(--color-2), #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/20250715_094346.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_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/2024-08-03-Pai-e-filho-Carateca-2.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;
}

.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(180deg, var(--red), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_05_1 {
  background-image: url('../images/Oratóriossul.jpg');
  background-position: 50% 80%;
  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/Carlo-Acutis-ponto-com.jpg');
  background-position: 50% 38%;
  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/Encontro-postuladores-geral.jpg');
  background-position: 50% 70%;
  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(to bottom, var(--navajo-white), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_06_1 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2025-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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/IMG_6472_thumb.jpg');
  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;
}

.link-block_10b {
  background-image: url('../images/Maria-Troncatti.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(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;
}

.sumario_bloco10b {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--navajo-white-2), 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/Zeferino-portal-BS.jpg');
  background-position: 50%;
  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(--color-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_13b {
  background-image: url('../images/Padre-Valdemar-Estreia-2025.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_bloco13b {
  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;
}

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

.foto_00_1 {
  background-image: url('../images/12_DICEMBRE_Cosimo_Musio.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;
}

.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/12_DICEMBRE_Cosimo_Musio.jpg');
  background-position: 50% 10%;
  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% 0;
  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/Anúncio-Boletim-Salesiano_ago.jpg');
  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;
  background-color: var(--navajo-white-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;
}

.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(--navajo-white-2);
  color: var(--black);
  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;
}

.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/Sudão-comunidade-salesiana.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-272, .text-span-273, .text-span-274 {
  font-weight: 900;
}

.foto_14_2 {
  background-image: url('../images/Encontro-continental.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-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/Estreia-2025.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;
}

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

.foto_14_4 {
  background-image: url('../images/Encontro-ESA.jpg'), linear-gradient(#00000038, #00000038);
  background-position: 50% 20%, 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/Síria-acampamento-de-férias-2024.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/José-Alamano.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: contain;
  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/Ambulatório.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_2 {
  background-image: url('../images/Olha-a-ciência-aqui.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_3 {
  background-image: url('../images/Dom-Edmilson-Tadeu.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_15_4 {
  background-image: url('../images/CIMI-50-anos.jpg');
  background-position: 50% 70%;
  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/Congresso-Nacional-SSCC.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_15_6 {
  background-image: url('../images/Padre-Cícero.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-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/Encontro-Paróquias.jpg');
  background-position: 50% 70%;
  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/Campo-de-formação-VIDES-SP.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-317, .text-span-318 {
  font-weight: 900;
}

.foto_15_9 {
  background-image: url('../images/Jovens-Yanomami.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/Sudão-comunidade-salesiana_thumb.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(--light-slate-grey));
  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/Ambulatório_thum.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;
}

.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, .sumario_bloco09c {
  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;
}

.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 {
  opacity: .5;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
  position: static;
  bottom: 0;
}

.sumario_bloco12c {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro-3), var(--aquamarine));
  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(--red), 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/35843870-08c8-4991-9f28-e9a9fb465405_085313.jpg');
  background-position: 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_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/DB3--40.jpg');
  background-position: 50% 40%;
  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: 1;
  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/iStock-1795138597.jpg');
  background-position: 50%;
  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 20px 0 0;
  height: 600px;
}

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

.slide_04b_a1 {
  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 {
  background-image: url('../images/Infancia-em-ação.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a3-copy {
  background-image: url('../images/Infancia-em-açãoc.jpg');
  background-position: 50% 60%;
  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(--navajo-white);
  opacity: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 20px;
}

.image-9 {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#56a2ff, #56a2ff);
  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: 0;
  text-indent: 0;
  column-count: 0;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 58px;
  font-weight: 900;
  line-height: 42px;
  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;
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-stroke-color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 197px;
  font-weight: 900;
  line-height: 226px;
  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: -4px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 103px;
  font-weight: 900;
  line-height: 84px;
}

.button-22 {
  color: #fff;
  background-color: #d3d3d3;
  background-image: linear-gradient(#56a2ff, #56a2ff);
  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, #020a0199, #fff0 55%), url('../images/Cópia-de-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.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: 90%;
  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: 70%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  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/Sacro-Cuore-Arts-fotos-Casa-Geral-Salesiana-8.jpg');
  background-position: 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(--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_0 {
  background-color: #f0f6ac;
  background-image: url('../images/Santidade-Salesiana-3.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/Papa-Leão-XIII-e-Dom-Bosco-imagem-Tarcizio-Odelli_b.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(--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_1 {
  background-color: #f0f6ac;
  background-image: url('../images/013.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%;
}

.fotoback_2 {
  background-color: #e29595;
  background-image: url('../images/Anúncio-Boletim-Salesiano_ago.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_2 {
  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_2 {
  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_2 {
  background-color: #f0f6ac;
  background-image: url('../images/iStock-1482783741.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_3 {
  background-color: #e29595;
  background-image: url('../images/Santidade-Salesiana-3.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_3 {
  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_3 {
  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_3 {
  background-color: #f0f6ac;
  background-image: url('../images/Santidade-Salesiana-1.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_4 {
  background-color: #e29595;
  background-image: url('../images/Maria-Troncatti.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_4 {
  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_4 {
  background-color: var(--light-slate-grey);
  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/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_5 {
  background-color: #e29595;
  background-image: url('../images/12_DICEMBRE_Cosimo_Musio.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(--gainsboro-3);
  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(--red);
  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/35843870-08c8-4991-9f28-e9a9fb465405_085313.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_6 {
  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_6 {
  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_6 {
  background-color: var(--color-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/20250715_094346.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_p1 {
  background-color: var(--04);
  background-image: url('../images/iStock-1482783741.jpg');
  background-position: 50%;
  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: 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_p1 {
  background-color: var(--09);
  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/Encontro-postuladores-geral.jpg');
  background-position: 50%;
  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/Papa-Francisco-em-Valdocco-2015-selecao-3.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_7 {
  background-color: var(--color-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_7 {
  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_7 {
  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%;
}

.fotoback_8 {
  background-color: #e29595;
  background-image: url('../images/20250715_094346.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_8 {
  background-color: var(--color-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_8 {
  background-color: var(--gainsboro-3);
  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/2407_UPV.JPG');
  background-position: 50%;
  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/Encontro-postuladores-geral.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_9 {
  background-color: var(--09);
  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(--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_9 {
  background-color: #f0f6ac;
  background-image: url('../images/Carlo_Acutis-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%;
}

.fotoback_p2 {
  background-color: #e29595;
  background-image: url('../images/Carlo_Acutis-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_p2 {
  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_p2 {
  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_p2 {
  background-color: #f0f6ac;
  background-image: url('../images/Zeferino-portal-BS.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_10 {
  background-color: #e29595;
  background-image: url('../images/Ruana.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_10 {
  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_10 {
  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_10 {
  background-color: #f0f6ac;
  background-image: url('../images/2024-08-03-Pai-e-filho-Carateca-2.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_11 {
  background-color: #e29595;
  background-image: url('../images/FPFS_085728_085858.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_11 {
  background-color: var(--red);
  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(--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_11 {
  background-color: #f0f6ac;
  background-image: url('../images/Anúncio-Boletim-Salesiano_ago.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_p3 {
  background-color: #e29595;
  background-image: url('../images/Santidade-Salesiana-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_p3 {
  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_p3 {
  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_p3 {
  background-color: #f0f6ac;
  background-image: url('../images/Maria-Troncatti.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_12 {
  background-color: #e29595;
  background-image: url('../images/IMG_6472.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(--11);
  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/Sudão-comunidade-salesiana_thumb.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/2024-08-03-Pai-e-filho-Carateca-2.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/Ambulatório.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%;
}

.fotofrente_14 {
  background-color: #f0f6ac;
  background-image: url('../images/53915084509_0a25a4a58e_o.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/Sudão-comunidade-salesiana_thumb.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/IMG_7155.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide_03b_a5 {
  background-image: url('../images/IMG_7046.jpg');
  background-position: 50% 20%;
  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/Reuniao-de-Diretores-de-Obras-Sociais-13-1024x683.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-bottom: 0;
  padding-right: 0;
}

.slide_03b_b3 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-09-17-às-10.39c.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_b4 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-09-17-às-10.54.jpg');
  background-position: 50%;
  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/Padre-Martoglio-Oficial-1.jpg');
  background-position: 50% 40%;
  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/P-Stefano-Eslovaquia.jpg');
  background-position: 50% 20%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

._2406_01_c {
  background-image: url('../images/Padre-Martoglio-1-ANS.jpg');
  background-position: 50% 20%;
  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-bottom-right-radius: 20px;
  border-bottom-left-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/2024-08-03-Pai-e-filho-Carateca-2.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(--aquamarine));
  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/iStock-183937246.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/iStock-1340757103.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;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto1 {
  background-image: url('../images/iStock-2160439224.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/iStock-1179252627.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;
}

.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/iStock-1145183120.jpg');
  background-position: 50% 0;
  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/iStock-1052478084.jpg');
  background-position: 50% 0;
  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/iStock-1181043800.jpg');
  background-position: 50% 15%;
  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/iStock-1485024940.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/iStock-1440278704.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/010.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;
}

.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/iStock-510463933.jpg');
  background-position: 50% 10%;
  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_10a {
  opacity: 1;
  background-image: linear-gradient(#a79179, #fff);
  height: auto;
  padding-top: 20px;
  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/happy-teenaged-girl-using-digital-tablet-listenin-2023-11-27-05-23-41-utc.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/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_12b {
  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_12b {
  background-color: var(--05);
  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/Ordenacao-Diaconal-Waldiak-7-1024x768.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%;
}

.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/27-10-Santa-Messa-per-la-conclusione-del.jpg');
  background-position: 50% 40%;
  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-1403337047.jpg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  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/CCA-Santa-Lucia-campanha-Faça-Bonito-Proteja-nossas-crianças.jpg');
  background-position: 50% 20%;
  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/12-conferencia-nacional.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-09-16-às-11.51d.jpg');
  background-position: 50% 30%;
  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-09-16-às-11.51.jpg');
  background-position: 50% 0;
  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/CCA-Santa-Lucia-campanha-Faça-Bonito-Proteja-nossas-criançasb.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-09-16-às-11.51e.jpg');
  background-position: 50% 20%;
  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-09-16-às-11.51c.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/Reuniao-pastoral-fe-e-politica-Cuiaba.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/iStock-514855649b.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slideshow_legenda_11b {
  background-color: var(--12);
  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/Coração-de-Jesus-ANSc.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/Acampamento-Ucrania.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/10-anos-da-REPAM-foto-inspetoria-sao-domingos-savio.jpg');
  background-position: 50%;
  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/REPAM-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-10 {
  background-image: url('../images/REPAM-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-10 {
  background-image: url('../images/REPAM-2.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 {
  font-weight: 900;
}

.slide-42 {
  background-image: url('../images/17.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-20 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
}

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

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

.slideshow_legenda_03b {
  background-color: var(--08);
  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-11 {
  background-image: url('../images/Ir-Carmelita.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-11 {
  background-image: url('../images/Encontro-Pan-Amazonico-Salesiano-5.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-11 {
  background-image: url('../images/27_Sinodo-Ir-Carmelita-e-P-Angel.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-160 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

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

.text-span-1457, .text-span-1458, .text-span-1459, .text-span-1460, .text-span-1461 {
  font-weight: 900;
}

.text-span-1462 {
  font-weight: 800;
}

.text-span-1463, .text-span-1464, .text-span-1465, .text-span-1466, .text-span-1467 {
  font-weight: 900;
}

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

.text-span-1469, .text-span-1470, .text-span-1471, .text-span-1472, .text-span-1473, .text-span-1474, .text-span-1475, .text-span-1476, .text-span-1477, .text-span-1478, .text-span-1479, .text-span-1480, .text-span-1481, .text-span-1482, .text-span-1483, .text-span-1484, .text-span-1485, .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;
}

.section-16 {
  margin-bottom: 0;
}

.container_box-10 {
  background-image: linear-gradient(to bottom, var(--pale-goldenrod-2), var(--pale-goldenrod-2));
  border-radius: 20px;
  padding: 40px;
}

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

.text-span-1498, .text-span-1499, .text-span-1500, .text-span-1501, .text-span-1502 {
  font-weight: 900;
}

.link-37 {
  color: var(--black);
}

.link-38, .link-39, .link-40 {
  color: #000;
  font-weight: 900;
}

.link-41 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1503, .text-span-1504, .text-span-1505, .text-span-1506, .text-span-1507 {
  font-weight: 900;
}

.link-42 {
  color: var(--black);
  font-weight: 900;
}

.slider-21 {
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 60px;
}

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

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

.slide_02b_a2-12 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-09-17-às-16.02.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-12 {
  background-image: url('../images/Famun.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-12 {
  background-image: url('../images/888A0762.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/888A0196.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_01_2-4 {
  background-image: url('../images/INSG-Castelo-ONU.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

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

.link-43 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1509, .text-span-1510 {
  font-weight: 900;
}

.link-44 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1511, .text-span-1512, .text-span-1513, .text-span-1514 {
  font-weight: 900;
}

.link-45, .link-46 {
  color: var(--black);
  font-weight: 900;
}

.slider-22 {
  background-image: url('../images/IMG_7229.jpg');
  background-position: 50% 30%;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 60px;
}

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

.text-span-1515, .text-span-1516, .text-span-1517, .text-span-1518, .text-span-1519 {
  font-weight: 900;
}

.slider-23 {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.link-47 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1520, .text-span-1521, .text-span-1522, .text-span-1523 {
  font-weight: 900;
}

.link-48, .link-49 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1524, .text-span-1525, .text-span-1526, .text-span-1527, .text-span-1528, .text-span-1529, .text-span-1530, .text-span-1531, .text-span-1532, .text-span-1533, .text-span-1534, .text-span-1535, .text-span-1536, .text-span-1537, .text-span-1538, .text-span-1539, .text-span-1540 {
  font-weight: 900;
}

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

.link-50 {
  color: var(--black);
}

.text-span-1542, .text-span-1543, .text-span-1544 {
  font-weight: 900;
}

.link-51 {
  color: var(--black);
}

.foto_04_2c-3 {
  background-image: url('../images/Ministério-DH.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1545, .text-span-1546, .text-span-1547 {
  font-weight: 900;
}

.link-52, .text-span-1548 {
  color: var(--black);
  font-weight: 900;
}

.link-53 {
  color: var(--black);
}

.slide-44 {
  background-image: url('../images/17.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-24 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

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

.slide_02b_a1-8 {
  background-image: url('../images/ISJB-na-conferencia-nacional.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-13 {
  background-image: url('../images/Ministério-DH.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide_02b_a3-13 {
  background-image: url('../images/Screenshot-2024-10-06-172004.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-161 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-span-1549, .text-span-1550 {
  font-weight: 900;
}

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

.text-span-1552, .text-span-1553, .text-span-1554, .text-span-1555 {
  font-weight: 900;
}

.section-17 {
  margin-bottom: 67px;
}

.container_box-11 {
  background-image: linear-gradient(180deg, var(--10), #d9d9d9);
  border-radius: 20px;
  padding: 40px;
}

.paragrafo_principal-11 {
  color: #000;
  text-align: center;
  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;
}

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

.text-span-1556, .text-span-1557, .text-span-1558, .text-span-1559, .text-span-1560, .text-span-1561 {
  font-weight: 900;
}

.link-54 {
  color: var(--black);
  font-weight: 900;
}

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

.link-55 {
  color: var(--black);
}

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

.link-56 {
  color: var(--black);
}

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

.link-57 {
  color: var(--black);
  font-weight: 900;
}

.container_box-11b {
  background-image: linear-gradient(180deg, var(--10), #d9d9d9);
  border-radius: 0 0 20px 20px;
  padding: 40px;
}

.slide_10b_a1 {
  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_10b_a2 {
  background-image: url('../images/Voluntariado-italiano-MSMT.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_10b_a3 {
  background-image: url('../images/Campo-de-formação-BMM.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_10b_a4 {
  background-image: url('../images/Jovens-Italianos-Vides.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/Cópia-de-4ad7a2cf-912f-4056-9f32-cb720341407b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-25 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

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

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

.slideshow_legenda_03b-2 {
  color: #000;
  text-align: left;
  background-color: #ff7fea;
  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-14 {
  background-image: url('../images/IMG_4706.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.container-162 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-span-1565, .text-span-1566 {
  font-weight: 900;
}

.link-58 {
  color: var(--black);
  font-weight: 900;
}

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

.text-span-1567, .text-span-1568 {
  font-weight: 900;
}

.link-59 {
  color: var(--black);
}

.slide-46 {
  background-image: url('../images/Assembleia-Regional-CIMI.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-26 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

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

.slide_02b_a1-10 {
  background-image: url('../images/Assembleia-Regional-CIMI-28.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slideshow_legenda_03b-3 {
  background-color: var(--12);
  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-15 {
  background-image: url('../images/Assembleia-Regional-CIMI-22.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-15 {
  background-image: url('../images/Assembleia-Regional-CIMI-23.jpg');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-15 {
  background-image: url('../images/Assembleia-Regional-CIMI-9.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-163 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-span-1569, .text-span-1570, .text-span-1571 {
  font-weight: 900;
}

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

.slide_03b_b3-2 {
  background-image: url('../images/Visita-aldeia-Juina-19.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide_03b_b2-2 {
  background-image: url('../images/Visita-aldeia-Juina-11.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_b4-2 {
  background-image: url('../images/Visita-aldeia-Juina-24.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slideshow_legenda_03b-4 {
  background-color: var(--12);
  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_03b_b1-2 {
  background-image: url('../images/Visita-aldeia-Juina-1.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container-164 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-span-1572, .text-span-1573 {
  font-weight: 900;
}

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

.link-60 {
  color: var(--black);
}

.slide-47 {
  background-image: url('../images/Visita-aldeia-Juina-22.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-61 {
  color: var(--black);
}

.slide-48 {
  background-image: url('../images/AMJ-2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-49 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-10-02-às-12.06e.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-50 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-10-02-às-12.06f.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide_04b_a1-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-10-02-às-12.06c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_07b_a3-copy-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-10-02-às-12.06.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a2-copy-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-10-02-às-12.06d.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-62 {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.link-63 {
  color: var(--black);
}

.link-64 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1575, .text-span-1576, .text-span-1577 {
  font-weight: 900;
}

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

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

.section-18 {
  background-image: url('../images/iStock-1199226279.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: 0;
}

.slide-51 {
  background-image: url('../images/WhatsApp-Image-2024-10-16-at-13.37c.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-52 {
  background-image: url('../images/WhatsApp-Image-2024-10-16-at-13.37d.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-53 {
  background-image: url('../images/WhatsApp-Image-2024-10-16-at-13.372.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.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-54 {
  background-image: url('../images/53916765942_6872df0386_o.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-55 {
  background-image: url('../images/WhatsApp-Image-2024-10-16-at-13.37f.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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 {
  font-weight: 900;
}

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

.container-165 {
  opacity: 1;
}

.text-span-1592, .text-span-1593, .text-span-1594, .text-span-1595, .text-span-1596, .text-span-1597, .text-span-1598, .text-span-1599, .text-span-1600 {
  font-weight: 900;
}

.container_box-10b {
  background-image: linear-gradient(to bottom, var(--pale-goldenrod-2), var(--pale-goldenrod-2));
  border-radius: 0 0 20px 20px;
  padding: 20px 40px;
}

.container-166 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
}

.text-span-1601, .text-span-1602, .text-span-1603, .text-span-1604, .text-span-1605, .text-span-1606, .text-span-1607, .text-span-1608, .text-span-1609, .text-span-1610, .text-span-1611, .text-span-1612, .text-span-1613, .text-span-1614, .text-span-1615 {
  font-weight: 900;
}

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

.text-span-1616, .text-span-1617, .text-span-1618, .text-span-1619, .text-span-1620, .text-span-1621, .text-span-1622 {
  font-weight: 900;
}

.box_olho_07b {
  background-image: linear-gradient(180deg, var(--brnaco2), var(--brnaco2));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1623, .text-span-1624, .text-span-1625, .text-span-1626, .text-span-1627 {
  font-weight: 900;
}

.youtube-2 {
  margin-bottom: 47px;
}

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

.foto_08_1b {
  background-image: url('../images/iStock-514855649b.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

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

.icon-5 {
  background-color: var(--navajo-white);
}

._2024_legenda_slideshow-2 {
  background-image: linear-gradient(to bottom, var(--navajo-white), var(--navajo-white));
  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;
}

.slider_03_2-3 {
  background-color: #ddd0;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

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

.text-span-1629 {
  color: #000;
  font-weight: 900;
}

.icon-6 {
  background-color: var(--navajo-white);
}

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

.text-span-1630, .text-span-1631, .text-span-1632, .text-span-1633, .text-span-1634, .text-span-1635, .text-span-1636, .text-span-1637, .text-span-1638, .text-span-1639, .text-span-1640 {
  font-weight: 900;
}

.section-20 {
  margin-bottom: 67px;
}

.container_box-12 {
  background-image: linear-gradient(180deg, var(--red), #d9d9d9);
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.link-65 {
  color: #000;
  font-weight: 900;
  text-decoration: underline;
}

.youtube-3 {
  border-radius: 20px;
}

.s_foto7-2 {
  background-image: url('../images/iStock-1311671841_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;
}

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

.s_foto3-2 {
  background-image: url('../images/ImagemSagradoCoracao-Turim-ANS-DEFS-15a17012021-18.jpg');
  background-position: 50% 0;
  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;
}

.icon-7 {
  background-color: var(--10);
}

.s_foto8-2 {
  background-color: #000;
  background-image: url('../images/iStock-1530192407.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;
}

._2024_legenda_slideshow-3 {
  background-image: linear-gradient(to bottom, var(--10), var(--10));
  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_foto4-2 {
  background-image: url('../images/iStock-139673790.jpg');
  background-position: 50% 0;
  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;
}

.slider_03_2-4 {
  background-color: #ddd0;
  border-radius: 20px;
  height: 600px;
  margin-top: 60px;
}

.s_foto2-2 {
  background-image: url('../images/iStock-1333961968.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;
}

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

.text-span-1641 {
  color: #000;
  font-weight: 900;
}

.s_foto1-2 {
  background-image: url('../images/iStock-804867662.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;
}

.icon-8 {
  background-color: var(--10);
}

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

.s_foto6-2 {
  background-image: url('../images/iStock-1398266731.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;
}

.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, .text-span-1653, .text-span-1654, .text-span-1655, .text-span-1656 {
  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;
}

.intertitulos_timeline {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--08);
  padding-top: 60px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.text-span-1657 {
  color: var(--black);
  font-size: 50px;
  line-height: 30px;
}

.container-167 {
  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;
}

.container-168b {
  background-image: url('../images/iStock-1367512904.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.container_box-13 {
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: var(--08);
  background-image: linear-gradient(to bottom, var(--08), var(--08));
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding: 0 40px 56px;
}

.paragrafo_principal-14 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  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-66 {
  color: #000;
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1658 {
  color: var(--black);
}

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

.container-168a {
  border: 0px solid var(--08);
  background-image: url('../images/dimensional-shadow_7183564b.png'), linear-gradient(180deg, var(--08), var(--08));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

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

.container-168c {
  background-image: url('../images/1979.png'), linear-gradient(180deg, var(--08), var(--08));
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.container-168d {
  background-image: url('../images/1986.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1661, .text-span-1662, .link-67 {
  font-weight: 900;
}

.container-168e {
  background-image: url('../images/2002.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

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

.container-168f {
  background-image: url('../images/2004.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1664, .link-68 {
  font-weight: 900;
}

.container-168 {
  background-image: url('../images/bolinhas2.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  height: 127px;
}

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

.text-block-4 {
  text-align: center;
}

.cronograma {
  color: var(--08);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.container-169a {
  border: 0px solid var(--08);
  background-image: url('../images/iStock-134039020.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.container_box-13b {
  border: 1px none var(--08);
  background-image: linear-gradient(to bottom, var(--khaki), var(--khaki));
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding: 0 40px 10px;
}

.text-span-1667, .link-69 {
  font-weight: 900;
}

.container-168-copy {
  background-image: url('../images/bolinhas.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  height: 127px;
}

.container-169b {
  border: 0px solid var(--08);
  background-image: url('../images/Envio-Missionário-019.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

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

.container-169c {
  border: 0px solid var(--08);
  background-image: url('../images/iStock-1549737233.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

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

.container-169d {
  border: 0px solid var(--08);
  background-image: url('../images/Maria-Auxiliadora.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-1670 {
  font-weight: 900;
}

.container-169e {
  border: 0px solid var(--08);
  background-image: url('../images/iStock-2096504272.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1671, .text-span-1672, .text-span-1673, .text-span-1674, .text-span-1675, .text-span-1676 {
  font-weight: 900;
}

.bold-text-13-copy-copy-2-copy {
  opacity: 1;
  color: var(--khaki);
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 136px;
  font-weight: 900;
  line-height: 124px;
  display: block;
}

.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, .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 {
  font-weight: 900;
}

.container-168g {
  background-image: url('../images/2007.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.container-168h {
  background-image: url('../images/2011.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.container-168i {
  background-image: url('../images/2016.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.container-168j {
  background-image: url('../images/2017.png'), linear-gradient(to bottom, var(--08), var(--08));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.intertitulos_timelineb, .intertitulos_timeline_c {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--08);
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.text-span-1703, .text-span-1704, .text-span-1705, .text-span-1706, .text-span-1707 {
  font-weight: 900;
}

.foto_04_1b {
  background-image: url('../images/Ritratto_di_papa_Leone_XIII_F.P._Marchiani_post_1878.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;
}

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

.text-span-1709 {
  text-decoration: underline;
}

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

.text-span-1710, .text-span-1711, .text-span-1712, .text-span-1713 {
  font-weight: 900;
}

.foto_09_1a {
  background-image: url('../images/DB3--24.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;
}

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

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

.text-span-1715, .text-span-1716, .text-span-1717, .text-span-1718 {
  font-weight: 900;
}

.link-70 {
  color: var(--navajo-white);
  font-weight: 900;
  text-decoration: underline;
}

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

.text-span-1720 {
  color: var(--marrom);
  font-weight: 900;
  text-decoration: underline;
}

.slideshow_legenda_10 {
  background-color: var(--khaki);
  color: var(--black);
  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;
}

.slide_10c_a1 {
  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_10c_a2 {
  background-image: url('../images/4-Pastoral.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.text-span-1721, .text-span-1722, .text-span-1723 {
  font-weight: 900;
}

.text-span-1724 {
  color: var(--marrom);
  font-weight: 900;
}

.link-71 {
  color: var(--black);
  text-decoration: underline;
}

.slide_10c_b1 {
  background-image: url('../images/Paapi-Meruri-e-Sao-Marcos-12.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_10c_b2 {
  background-image: url('../images/Paapi-Meruri-e-Sao-Marcos-8-scaled.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_10c_b3 {
  background-image: url('../images/Paapi-Sangradouro-continua-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_10c_b4 {
  background-image: url('../images/Paapi-Meruri-e-Sao-Marcos-20.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.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, .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 {
  font-weight: 900;
}

.text-span-1751, .text-span-1752 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.slide-56 {
  background-image: url('../images/Oeiras-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-57 {
  background-image: url('../images/3-fotor-20250310142448.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide-58 {
  background-image: url('../images/IMG_9973-768x576.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-59 {
  background-image: url('../images/IMG_0041-1536x1152.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/IMG_0059-1536x864.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1753 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.slide-61 {
  background-image: url('../images/ad2019e6-ef00-46c4-8945-d3d2220229fc.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-62 {
  background-image: url('../images/0ddb4fea-c757-4a15-98c5-dcb744a723e1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-1755 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.slide-63 {
  background-image: url('../images/Capacitacao-da-Estreia-2025-em-TL-1-1024x768.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-64 {
  background-image: url('../images/EFOS-07-02-2025.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-65 {
  background-image: url('../images/Jaboatão-2.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1756 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

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

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

.slide-68 {
  background-image: url('../images/Carpina-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1758 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.slide-69 {
  background-image: url('../images/Retiro-Salesianos-Primavera-do-Leste-4-1024x724.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-70 {
  background-image: url('../images/Retiro-Salesianos-Primavera-do-Leste-9-scaled.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-1761 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

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

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

.text-span-1763 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.text-span-1765 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.slide-73 {
  background-image: url('../images/Areia-Branca-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-75 {
  background-image: url('../images/Areia-Branca-3.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-1767 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.slide-76 {
  background-image: url('../images/Encontro-Coordenadores-Pastoral-1.jpg');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-77 {
  background-image: url('../images/Encontro-Coordenadores-Pastoral-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-78 {
  background-image: url('../images/Encontro-Coordenadores-Pastoral-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-81 {
  background-image: url('../images/CJJA2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-1769 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

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

.slide-84 {
  background-image: url('../images/CDB1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1770, .text-span-1771 {
  font-weight: 900;
}

.text-span-1772, .text-span-1773 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.slide-85 {
  background-image: url('../images/Massarandubinha30032025-4-copiar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-86 {
  background-image: url('../images/Braço-do-Norte06042025-copiar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-87 {
  background-image: url('../images/Braço-Seco-copiar.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-88 {
  background-image: url('../images/Bom-Jesus16032025-2-copiar.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-89 {
  background-image: url('../images/Benjamin-Constant23032025-copiar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

.text-span-1775, .text-span-1776 {
  font-weight: 900;
}

.slide-94 {
  background-image: url('../images/asdsasssaaaa.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-95 {
  background-image: url('../images/asdasdsdsdssss.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-96 {
  background-image: url('../images/dfgdfdfdfdds.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-97 {
  background-image: url('../images/fsadfsdsdsds.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.text-span-1777 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.text-span-1779 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1780, .text-span-1781 {
  font-weight: 900;
}

.text-span-1782 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1783, .text-span-1784, .text-span-1785, .text-span-1786, .text-span-1787 {
  font-weight: 900;
}

.slide-98 {
  background-image: url('../images/PALMAS-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-99 {
  background-image: url('../images/PALMAS-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-100 {
  background-image: url('../images/PALMAS-4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.text-span-1789 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.slide-102 {
  background-image: url('../images/Salesiano-São-José-Campinas.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-103 {
  background-image: url('../images/Postuladores-participantes-1536x1024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-104 {
  background-image: url('../images/Dom-Magela-abertura-1536x1024.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-105 {
  background-image: url('../images/BMM-Goiás.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-106 {
  background-image: url('../images/Itajaí.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-108 {
  background-image: url('../images/Salesianos-Bahia.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-109 {
  background-image: url('../images/Salesianos-Bahia-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1799 {
  color: var(--04);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1800, .text-span-1801, .text-span-1802, .text-span-1803, .text-span-1804, .text-span-1805, .text-span-1806, .text-span-1807, .text-span-1808, .text-span-1809 {
  font-weight: 900;
}

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

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

.slide-111 {
  background-image: url('../images/GAM-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-112 {
  background-image: url('../images/GAM-7.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-114 {
  background-image: url('../images/GAM-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-115 {
  background-image: url('../images/GAM-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-116 {
  background-image: url('../images/Madre-Yvonne-e-Papa-Francisco.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-117 {
  background-image: url('../images/Madre-Yvonne-acolhida.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-118 {
  background-image: url('../images/10-Madre-Yvonne-Reungoat.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-119 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-120 {
  background-image: url('../images/Padre-Fabio-Attard-e-padre-Pascual-Chavez.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-121 {
  background-image: url('../images/Capitulo-1.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-122 {
  background-image: url('../images/Brasileiros-com-Reitor-Mor.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-123 {
  background-image: url('../images/Padre-Fabio-e-padre-Stefano.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-124 {
  background-image: url('../images/WhatsApp-Image-2025-01-14-at-22.03.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-125 {
  background-image: url('../images/IMG_9804-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-126 {
  background-image: url('../images/WhatsApp-Image-2025-01-16-at-02.16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-127 {
  background-image: url('../images/Rivera-Dia-12-12-1024x768.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-128 {
  background-image: url('../images/IMG_9853-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-129 {
  background-image: url('../images/WhatsApp-Image-2025-01-17-at-00.31.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-130 {
  background-image: url('../images/IMG_20250116_153530-1024x768.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1811, .text-span-1812 {
  color: var(--04);
  font-weight: 900;
  text-decoration: underline;
}

.s_foto6-3 {
  background-image: url('../images/iStock-1275858518.jpg');
  background-position: 50% 0;
  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;
}

._2024_legenda_slideshow-4 {
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2));
  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;
}

.text-span-1813 {
  color: #000;
  font-weight: 900;
}

.s_foto4-3 {
  background-image: url('../images/iStock-1404885143.jpg');
  background-position: 50% 78%;
  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;
}

.icon-9, .icon-10 {
  background-color: var(--color-2);
}

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

.slider_03_2-5 {
  background-color: #ddd0;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

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

.s_foto8b {
  background-color: #000;
  background-image: url('../images/iStock-1325214348.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;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.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 {
  font-weight: 900;
}

.text-span-1829 {
  font-weight: 800;
}

.text-span-1830, .text-span-1831, .text-span-1832, .text-span-1833 {
  font-weight: 900;
}

.div-block-93 {
  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: 90%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.chamada2c-copy-2 {
  color: #fff;
  text-align: center;
  width: 80%;
  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-1835 {
  color: #fff;
  letter-spacing: 0;
  width: 80%;
  height: auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.chamada2c-copy-3 {
  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;
}

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

.text-span-1837, .text-span-1838, .text-span-1839 {
  font-weight: 900;
}

.text-span-1840 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.navbar-base_08b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--red);
  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_09b {
  background-image: url('../images/Vitoria-Alcantara-4b.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;
}

.foto_08b {
  background-image: url('../images/35843870-08c8-4991-9f28-e9a9fb465405_085313.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_09c_01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  background-image: url('../images/iStock-1482783741.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.navbar-base_09c {
  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;
}

.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, .text-span-1854, .text-span-1855, .text-span-1856, .text-span-1857, .text-span-1858, .text-span-1859, .text-span-1860, .text-span-1861, .text-span-1862, .text-span-1863, .text-span-1864, .text-span-1865, .text-span-1866 {
  font-weight: 900;
}

.text-span-1867 {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 900;
}

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

.foto_05_1b-2 {
  background-image: url('../images/Vatican-Media.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1869, .text-span-1870, .text-span-1871, .text-span-1872, .text-span-1873, .text-span-1874, .text-span-1875, .text-span-1876, .text-span-1877 {
  font-weight: 900;
}

.text-span-1878 {
  font-weight: 800;
}

.text-span-1879, .text-span-1880, .text-span-1881, .text-span-1882, .text-span-1883 {
  font-weight: 900;
}

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

.text-span-1885, .text-span-1886, .text-span-1887 {
  font-weight: 900;
}

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

.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 {
  font-weight: 900;
}

.foto_02_3b {
  background-image: url('../images/iStock-1639961716.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;
}

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

.text-span-1899, .text-span-1900, .text-span-1901 {
  font-weight: 900;
}

.container-169 {
  background-image: url('../images/54125590698_1e9f483520_k.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

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

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

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

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

.slide-131 {
  background-image: url('../images/Salesiano-São-José-Campinas3.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-132 {
  background-image: url('../images/Salesiano-São-José-Campinas2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1906, .text-span-1907 {
  font-weight: 900;
}

.text-span-1908, .text-span-1909, .text-span-1910, .text-span-1911 {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1912, .text-span-1913 {
  font-weight: 900;
}

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

.slide-133 {
  background-image: url('../images/Colégio-do-Carmo-2.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-134 {
  background-image: url('../images/Colégio-do-Carmo.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-135 {
  background-image: url('../images/Dom-Lasagna.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-137 {
  background-image: url('../images/Leão-XII-2.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-138 {
  background-image: url('../images/Dom-Bosco-Porto-Alegre.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-139 {
  background-image: url('../images/Leão-XIII.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-29 {
  background-image: url('../images/Oeiras-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-140 {
  background-image: url('../images/Leão-XIII-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-1916, .text-span-1917, .text-span-1918, .text-span-1919, .text-span-1920, .text-span-1921 {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1922, .text-span-1923, .text-span-1924, .text-span-1925 {
  font-weight: 900;
}

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

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

.text-span-1928, .text-span-1929 {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.link-72 {
  text-decoration: underline;
}

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

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

.slide-142 {
  background-image: url('../images/Rio-do-Sul-3.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-143 {
  background-image: url('../images/Rio-do-Sul-2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-144 {
  background-image: url('../images/Rio-do-Sul-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-145 {
  background-image: url('../images/Dom-Lasagna-3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1931, .text-span-1932 {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1933, .text-span-1934, .text-span-1935 {
  font-weight: 900;
}

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

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

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

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

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

.text-span-1940, .text-span-1941, .text-span-1942, .text-span-1943, .text-span-1944, .text-span-1945, .text-span-1946, .text-span-1947 {
  font-weight: 900;
}

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

.container-170 {
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2));
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

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

.youtube-4 {
  padding-bottom: 0;
}

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

.text-span-1949, .text-span-1950, .text-span-1951 {
  font-weight: 900;
}

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

.text-span-1953, .text-span-1954, .text-span-1955, .text-span-1956, .text-span-1957, .text-span-1958, .text-span-1959 {
  font-weight: 900;
}

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

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

.container-171 {
  background-image: url('../images/Foto-montagem-reitores.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 600px;
}

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

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

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

.div-block-94 {
  opacity: .4;
  background-image: url('../images/Ponto_timeline-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

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

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

.link-73 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.link-74 {
  color: var(--black);
  font-weight: 900;
}

.text-span-1977, .text-span-1978 {
  font-weight: 900;
}

.text-span-1979 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1980 {
  color: var(--03);
  text-decoration: underline;
}

.text-span-1981, .text-span-1982, .text-span-1983 {
  font-weight: 900;
}

.text-span-1984, .text-span-1985, .text-span-1986 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.text-span-1988, .text-span-1989, .text-span-1990 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-1991, .text-span-1992 {
  font-weight: 900;
}

.text-span-1993 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

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

.text-span-1995 {
  color: var(--03);
  font-weight: 900;
  text-decoration: underline;
}

.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 {
  font-weight: 900;
}

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

.bold-text-25, .bold-text-26, .text-span-2012, .text-span-2013, .text-span-2014, .text-span-2015 {
  font-weight: 900;
}

.link-75 {
  color: var(--black);
  font-weight: 900;
}

.text-span-2016 {
  color: var(--black);
}

.text-span-2017, .text-span-2018, .text-span-2019, .text-span-2020, .text-span-2021, .text-span-2022, .text-span-2023, .text-span-2024, .text-span-2025 {
  font-weight: 900;
}

.text-block-5 {
  text-align: center;
  position: relative;
}

.text-span-2026, .text-span-2027, .text-span-2028, .text-span-2029, .text-span-2030, .text-span-2031, .text-span-2032 {
  font-weight: 900;
}

.container-170-copy {
  background-image: linear-gradient(to bottom, var(--navajo-white-2), var(--navajo-white-2));
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

.text-block-6 {
  opacity: 0;
  color: var(--gainsboro-3);
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.text-span-2033, .text-span-2034, .text-span-2035 {
  font-weight: 900;
}

.box_06_salesianidade {
  background-image: linear-gradient(to bottom, var(--navajo-white), var(--navajo-white));
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

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

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

.slide-146 {
  background-color: #b3ffde;
  background-image: url('../images/Dossie-de-Santidade-da-FS.jpg');
  background-position: 50% 0;
  background-size: cover;
}

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

.slide-147 {
  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-nav-13 {
  background-color: #0000;
}

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

.slide-148 {
  background-image: url('../images/Prima-Comunione-Alunne-della-Scuola-di-Macas.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-149 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-150 {
  background-image: url('../images/GD_08433_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-151 {
  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-152 {
  background-image: url('../images/Suor-Maria-Troncatti-in-gruppo-con-le-suore.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide_06_01 {
  background-image: url('../images/iStock-1052478084_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

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

.text-span-2036, .text-span-2037, .text-span-2038, .text-span-2039, .text-span-2040, .text-span-2041 {
  font-weight: 900;
}

.slider_08_01, .slider_08_02, .slider_08_03, .slider_08_04, .slider_08_05, .slider_08_06, .slider_08_07 {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slider_08_08 {
  background-image: url('../images/Papa-Francisco-última-aparição-pública.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-23-copy, .slider_08_01-copy {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-span-2042, .text-span-2043, .text-span-2044, .text-span-2045 {
  font-weight: 900;
}

.slider_08_001 {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-153 {
  background-image: url('../images/Papa-Francisco-no-‘Sacro-Cuore’.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-154 {
  background-image: url('../images/Papa-na-Igreja-Sagrado-Coração-dos-salesianos.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.link-76 {
  color: var(--black);
}

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

.link-77 {
  color: var(--black);
}

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

.link-78 {
  color: var(--black);
}

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

.link-79 {
  color: var(--black);
}

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

.link-80 {
  color: var(--black);
}

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

.link-81 {
  color: var(--black);
}

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

.link-82 {
  color: var(--black);
}

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

.link-83, .link-84 {
  color: var(--black);
}

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

.link-85 {
  color: var(--black);
}

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

.link-86, .link-87 {
  color: var(--black);
}

.link-88 {
  color: var(--black);
  font-weight: 900;
}

.text-span-2057, .text-span-2058 {
  font-weight: 900;
}

.link-89 {
  color: var(--black);
}

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

.slide-155 {
  background-image: url('../images/20250715_095247.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-157 {
  background-image: url('../images/20250715_113634.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-158 {
  background-image: url('../images/20250715_104011.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-159 {
  background-image: url('../images/20250715_093816.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-160 {
  background-image: url('../images/20250715_091818.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-161 {
  background-image: url('../images/20250715_101428.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_08_01 {
  background-image: url('../images/Dom-Magnus-Henrique-Lmao-Batista.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;
}

.container-165-copy {
  opacity: 1;
}

.slide-162 {
  background-image: url('../images/06-11-Udienza-Generale-3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-163 {
  background-image: url('../images/24-04-Udienza-Generale.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-165 {
  background-image: url('../images/Papa-Francisco-e-Madre-Yvonne.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-166 {
  background-image: url('../images/Papa-Francisco-e-P-Fabio-Attard.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-167 {
  background-image: url('../images/05-02-Udienza-Generale-2.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-168 {
  background-image: url('../images/05-02-Udienza-Generale-3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-169 {
  background-image: url('../images/53223832447_973832df29_o.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-170 {
  background-image: url('../images/53225054609_041dc313bd_o.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-171 {
  background-image: url('../images/Papa-Francisco-e-cardeal-Charles-Bo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.slide-175 {
  background-image: url('../images/Papa-Francisco-última-aparição-pública.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-176 {
  background-image: url('../images/Papa-Francisco-2019-fotos-Tarcizio-Odelli-GG-4.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-2060, .text-span-2061, .text-span-2062, .text-span-2063 {
  font-weight: 900;
}

.slide-177 {
  background-image: url('../images/21-05-Udienza-Generale.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-178 {
  background-image: url('../images/Francisco-de-Sales-ANS.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-179 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-180 {
  background-image: url('../images/Brasão-do-Papa-Leão-XIV_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_04b_a1-4 {
  background-image: url('../images/Santa-Joana-Francisca-de-Chantal-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.slide-181 {
  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-182 {
  background-image: url('../images/Pio-X.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider-32-copy, .slider_02_01 {
  border-radius: 20px;
  height: 600px;
}

.text-span-2064, .text-span-2065 {
  font-weight: 900;
}

.box_02_especial {
  background-image: linear-gradient(to bottom, var(--navajo-white), var(--navajo-white));
  border-radius: 0;
  height: auto;
  padding: 61px 0 48px;
}

.foto_02_1b-3 {
  background-image: url('../images/Cópia-de-grupo-de-estudos-capítulo.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;
}

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

.section-23 {
  margin-bottom: 67px;
}

.container_box-14 {
  background-image: linear-gradient(#7ba1b0, #d9d9d9);
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-95 {
  opacity: .4;
  background-image: url('../images/Ponto_timeline-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.container-172 {
  background-image: url('../images/Foto-montagem-reitores.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 600px;
}

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

.container_box-14-copy {
  background-image: linear-gradient(#b3ffde, #b3ffde);
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-172-copy {
  background-image: url('../images/005.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-2066, .text-span-2067, .text-span-2068, .text-span-2069, .text-span-2070, .text-span-2071 {
  font-weight: 900;
}

.slide-182-copy {
  background-image: url('../images/21-05-Udienza-Generale-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-183 {
  background-image: url('../images/Czartoryski-beato.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slider-33 {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.slide-184 {
  background-image: url('../images/Papa_Leone_XIII_1898_b.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-186 {
  background-image: url('../images/BMM-Goiás.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slider-33-copy {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-span-2080, .text-span-2081 {
  font-weight: 900;
}

.container-173 {
  background-image: linear-gradient(#faec4e, #faec4e);
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

.e_02_titulo-4 {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.paragrafo_principal-15 {
  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;
}

.youtube-01 {
  padding-bottom: 0;
}

.credito-copy {
  opacity: .5;
  color: #fff;
  text-align: center;
  opacity: .5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
  bottom: -524px;
}

.credito-copy-copy {
  opacity: .51;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
  bottom: 0;
}

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

.foto_04_1b-copy {
  background-image: url('../images/Papa_Leone_XIII_1898_b.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;
}

.container-174 {
  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-11 {
  color: #000;
  flex: none;
  align-self: auto;
}

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

.navbar-base_pub-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  background-color: #b0b0b0;
  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-2 {
  background-color: #efefef;
  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;
}

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

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

.text-span-2082, .text-span-2083, .text-span-2084, .text-span-2085, .text-span-2086, .text-span-2087 {
  font-weight: 900;
}

.div-block-96 {
  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;
}

.chamada2c-2 {
  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;
}

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

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

.chamada2c-copy-4 {
  color: #fff;
  text-align: center;
  width: 70%;
  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-2089 {
  color: #fff;
  letter-spacing: -1px;
  width: 90%;
  height: auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.chamada2c-copy-5 {
  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;
}

.container-176 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

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

.text-span-2090, .text-span-2091, .text-span-2092, .text-span-2093, .text-span-2094, .text-span-2095, .text-span-2096, .text-span-2097 {
  font-weight: 900;
}

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

.text-span-2098.intertitulos, .text-span-2099, .text-span-2100, .text-span-2101, .text-span-2102, .text-span-2103, .text-span-2104, .text-span-2105, .text-span-2106, .text-span-2107, .text-span-2108 {
  font-weight: 900;
}

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

.text-span-2109, .text-span-2110, .text-span-2111, .text-span-2112, .text-span-2113, .text-span-2114 {
  font-weight: 900;
}

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

.foto_03_02 {
  background-image: url('../images/Dom-Bosco-38.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;
}

.text-span-2115, .text-span-2116, .text-span-2117, .text-span-2118, .text-span-2119 {
  font-weight: 900;
}

.foto_04_1b-copy-copy, .foto_03_03 {
  background-image: url('../images/Mazzarello-10.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;
}

.text-span-2120, .text-span-2121, .text-span-2122, .text-span-2123 {
  font-weight: 900;
}

.youtube-02 {
  padding-bottom: 0;
}

.foto_04_1e {
  background-image: url('../images/São-José-Cafasso.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;
}

.text-span-2124, .text-span-2125 {
  font-weight: 900;
}

.container-173-copy-copy {
  background-image: linear-gradient(#c76f70, #c76f70);
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

.youtube-03 {
  padding-bottom: 0;
}

.foto_03_04 {
  background-image: url('../images/Caravario-e-Versiglia.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;
}

.text-span-2126, .text-span-2127, .text-span-2128 {
  font-weight: 900;
}

.e_02_titulo-4-copy {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.youtube-04 {
  padding-bottom: 0;
}

.foto_03_05 {
  background-image: url('../images/GuanellaColor02.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;
}

.text-span-2129, .text-span-2130 {
  font-weight: 900;
}

.foto_04_1e-copy-copy {
  background-image: url('../images/GuanellaColor02.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;
}

.foto_03_06 {
  background-image: url('../images/S-Leonardo-Murialdo.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;
}

.foto_03_07 {
  background-image: url('../images/S-Luis-Orione.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;
}

.e_02_titulo-4-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.youtube-05 {
  padding-bottom: 0;
}

.text-span-2131, .text-span-2132 {
  font-weight: 900;
}

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

.e_02_titulo-4-copy-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.youtube-06 {
  padding-bottom: 0;
}

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

.e_02_titulo-4-copy-copy-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.youtube-07 {
  padding-bottom: 0;
}

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

.text-span-2133, .text-span-2134, .text-span-2135, .text-span-2136, .text-span-2137, .text-span-2138, .text-span-2139 {
  font-weight: 900;
}

.link-90 {
  color: var(--black);
}

.slider_04_02 {
  background-image: url('../images/Suor-Maria-Troncatti-cura-i-kivari-nellambulatorio.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.slide-190, .slide-152-copy {
  background-image: url('../images/Suor-Maria-Troncatti-con-un-sacerdote.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

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

.slide-191 {
  background-image: url('../images/Suor-Maria-Troncatti-con-le-bambine-kivare-e-Mons.-Domenico-Comin.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.slide-192 {
  background-image: url('../images/1958-Suor-Maria-Troncatti-con-due-kivarette-a-Sucua-nel-giorno-del-50°-di-Professione.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-193 {
  background-image: url('../images/Macas-con-bambine.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide-189 {
  background-image: url('../images/Kivare-della-Scuola-di-Macas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.foto_05_01 {
  background-image: url('../images/Rito-de-beatificação-do-Padre-Tito-Zeman-salesiano-na-Eslovaquia-em-2017.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;
}

.foto_05_02 {
  background-image: url('../images/Canonização-de-Artêmides-Zatti-em-outubro-9-de-de-2022.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.foto_05_03 {
  background-image: url('../images/Dossie-de-Santidade-da-FS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 1050px;
  display: flex;
}

.text-span-2140, .text-span-2141, .text-span-2142, .text-span-2143, .text-span-2144, .text-span-2145, .text-span-2146, .text-span-2147, .text-span-2148, .text-span-2149, .text-span-2150 {
  font-weight: 900;
}

.link-91, .link-92, .link-93, .link-94, .link-95, .link-96 {
  color: var(--black);
}

.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 {
  font-weight: 900;
}

.youtube-08 {
  padding-bottom: 0;
}

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

.link-97 {
  color: var(--black);
}

.text-span-2164, .text-span-2165, .text-span-2166, .text-span-2167, .text-span-2168, .text-span-2169, .text-span-2170 {
  font-weight: 900;
}

.foto_08_6 {
  background-image: url('../images/Milagre-Acutis-1-Vatican-Media.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.header_09c {
  background-image: linear-gradient(180deg, var(--aquamarine), #fff);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.navbar-base_12b-copy {
  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;
}

.foto_09_4 {
  background-image: url('../images/Zeferino-portal-BS.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_10 {
  background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768_1.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-2171, .text-span-2172, .text-span-2173, .text-span-2174, .text-span-2175, .text-span-2176, .text-span-2177 {
  font-weight: 900;
}

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

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

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

.foto_10_c {
  background-image: url('../images/Niteroi-Reprodução-Antônio-Martins-SDB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-2179, .text-span-2180, .text-span-2181, .text-span-2182, .text-span-2183 {
  font-weight: 900;
}

.foto_10_d, .foto_10_e, .foto_10_f {
  background-image: url('../images/Niteroi-Reprodução-Antônio-Martins-SDB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-2184, .text-span-2185, .text-span-2186 {
  font-weight: 900;
}

.header_10e {
  opacity: 1;
  background-image: linear-gradient(#fff0, #fff0);
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-2187, .text-span-2188, .text-span-2189, .text-span-2190 {
  font-weight: 900;
}

.slider_10a {
  background-image: url('../images/Reuniao-de-Diretores-de-Obras-Sociais-12-1536x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.container-195 {
  background-image: linear-gradient(#aeffaa, #aeffaa);
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

.slide-200 {
  background-image: url('../images/Niteroi-Reprodução-Antônio-Martins-SDB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-204 {
  background-image: url('../images/Niteroi-4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.textofrente_12b-copy {
  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;
}

.text-span-2191, .text-span-2192 {
  font-weight: 900;
}

.slide-205 {
  background-image: url('../images/Mateus-Mendonça.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-207 {
  background-image: url('../images/Mateus-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-208 {
  background-image: url('../images/Mateus-5.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-2193, .text-span-2194, .text-span-2195, .text-span-2196 {
  font-weight: 900;
}

.slide-209 {
  background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.text-span-2197, .text-span-2198, .text-span-2199, .text-span-2200, .text-span-2201, .text-span-2202 {
  font-weight: 900;
}

.div-block-97 {
  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-2203 {
  color: #fff;
}

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

.chamada2c-copy-6 {
  color: #fff;
  text-align: center;
  width: 70%;
  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-2204 {
  color: #fff;
  letter-spacing: -1px;
  width: 90%;
  height: auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.chamada2c-copy-7 {
  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;
}

.container-173-copy {
  background-image: linear-gradient(#b47071, #b47071);
  border-radius: 20px;
  height: auto;
  padding: 61px 0 48px;
}

.fotofrente_12b-copy {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.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_12b-copy {
  background-color: #e29595;
  background-image: url('../images/Zeferino-portal-BS.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;
}

.foto_01_01 {
  background-image: url('../images/Francisco-de-Sales-ANS.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;
}

.foto_01_03 {
  background-image: url('../images/Santa-Joana-Francisca-de-Chantal-1.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;
}

.foto_01_04 {
  background-image: url('../images/Pio-X.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;
}

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

.text-span-2205, .text-span-2206, .text-span-2207, .text-span-2208, .text-span-2209, .text-span-2210, .text-span-2211, .text-span-2212, .text-span-2213, .text-span-2214, .text-span-2215, .text-span-2216 {
  font-weight: 900;
}

.navbar-base_05c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--navajo-white-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_05_6 {
  background-image: url('../images/iStock-1482783741.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_05b {
  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;
}

.bold-text-22-copy {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 58px;
  font-weight: 900;
  line-height: 46px;
  display: block;
}

@media screen and (max-width: 991px) {
  .foto_01_1 {
    background-position: 100%;
  }

  .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/Maria-Troncatti.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 {
    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 {
    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 {
    height: 30%;
    padding-left: 15px;
  }

  .sumario_bloco3b {
    height: 36%;
    padding-left: 15px;
  }

  .sumario_bloco4b {
    background-image: linear-gradient(90deg, var(--navajo-white) 21%, var(--gainsboro));
    height: 30%;
    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-image: url('../images/iStock-1482783741.jpg');
    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: 50%;
  }

  .link-block_03b {
    background-position: 40% 100%;
  }

  .link-block_04b {
    background-image: url('../images/Encontro-postuladores-geral.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link-block_05b {
    background-position: 40%;
  }

  .link-block_06b {
    background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768_1.jpg');
    background-position: 50%;
  }

  .link-block_07b {
    background-image: url('../images/Carlo_Acutis-1.jpg');
    background-position: 50% 100%;
    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-position: 50% 0;
  }

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

  .foto_04_2 {
    background-position: 50%;
  }

  .foto_03_01 {
    background-position: 50% 24%;
    background-size: cover;
  }

  .foto_10_2 {
    background-position: 0%;
  }

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

  .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-position: 50%;
  }

  .e_02_titulo_retranca {
    font-size: 40px;
    line-height: 45px;
  }

  .navbar-base_13 {
    flex-basis: 100%;
  }

  .foto_13_1 {
    background-position: 50% 0;
    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/Oratórios-sulb.jpg');
    background-position: 50% 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% 0;
  }

  .foto_09_1 {
    background-image: url('../images/Encontro-postuladores-geral.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .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-position: 50% 0;
  }

  .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_10b {
    background-position: 50%;
  }

  .sumario_bloco8b, .sumario_bloco10b {
    height: auto;
    padding-left: 15px;
  }

  .link-block_12b {
    background-position: 50%;
  }

  .sumario_bloco12b {
    height: auto;
    padding-left: 15px;
  }

  .link-block_13b {
    background-position: 50%;
  }

  .sumario_bloco13b {
    height: auto;
    padding-left: 15px;
  }

  .foto_00_1 {
    background-position: 50% 30%;
  }

  .navbar-base_00 {
    flex-basis: 100%;
  }

  .link-block_00b {
    background-image: url('../images/12_DICEMBRE_Cosimo_Musio.jpg');
  }

  .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: 18px;
  }

  .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/Anúncio-Boletim-Salesiano_ago.jpg');
    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 {
    text-align: center;
    width: 80%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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/Sudão-comunidade-salesiana.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%;
    background-size: cover;
  }

  .foto_14_5 {
    background-position: 50%;
  }

  .foto_14_6, .foto_15_1 {
    background-position: 50%;
    background-size: cover;
  }

  .foto_15_2 {
    background-position: 0%;
  }

  .foto_15_3, .foto_15_4 {
    background-position: 50%;
  }

  .foto_15_5 {
    background-position: 50% 100%;
  }

  .foto_15_6, .foto_15_7, .foto_15_8, .foto_15_9 {
    background-position: 50%;
  }

  .sumario_bloco14 {
    height: auto;
    padding-left: 15px;
  }

  .link-block_15 {
    background-image: url('../images/Ambulatório_thum.jpg');
    background-position: 85%;
  }

  .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/35843870-08c8-4991-9f28-e9a9fb465405_085313.jpg');
    background-position: 20%;
  }

  .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: 100%;
  }

  .slide_07b_a1 {
    background-size: cover;
  }

  .slide_07b_a3 {
    background-position: 50% 0;
    background-size: cover;
  }

  .bold-text-22 {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 34px;
  }

  .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: -3px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 139px;
    line-height: 161px;
  }

  .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-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.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;
  }

  .div-block-90 {
    grid-template-rows: 30px 30px;
    margin-bottom: 40px;
    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: 50%;
    font-size: 13px;
    line-height: 14px;
  }

  .container-150 {
    margin-bottom: 20px;
  }

  .fotofrente_1 {
    background-position: 0%;
  }

  .fotoback_2, .fotofrente_3 {
    background-position: 50%;
  }

  .fotofrente_6 {
    background-position: 0%;
  }

  .fotoback_p1, .fotoback_7, .fotoback_p2, .fotofrente_p2 {
    background-position: 50%;
  }

  .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: 20px;
    padding-right: 20px;
    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/010.jpg');
    background-position: 50% 100%;
  }

  .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, .foto_opiniao_escreva {
    background-position: 100%;
  }

  ._2024_opiniao_escreva {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  .fotofrente_12b {
    background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768_1.jpg');
    background-position: 50%;
  }

  .section-14 {
    height: auto;
  }

  ._2406_01_a-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  ._2406_01_b-2 {
    background-position: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .foto_02_2c {
    background-position: 50%;
  }

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

  .slide-42 {
    background-size: cover;
  }

  .slide_02b_a1-6 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slideshow_legenda_03b {
    text-align: center;
    width: 38%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_02b_a2-11 {
    background-size: cover;
  }

  .slide_02b_a4-11 {
    background-position: 0 0;
  }

  .section-16 {
    margin-bottom: 0;
  }

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

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

  .foto_01_2-4 {
    background-position: 50%;
  }

  .foto_04_2c-3 {
    background-position: 50% 0;
  }

  .slide-44 {
    background-size: cover;
  }

  .slide_02b_a1-8 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide_02b_a2-13 {
    background-position: 50%;
    background-size: cover;
  }

  .container_box-11 {
    border-bottom-right-radius: 20px;
  }

  .paragrafo_principal-11 {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }

  .e_03_desc-copy {
    width: 100%;
  }

  .container_box-11b {
    border-bottom-right-radius: 20px;
  }

  .slide-45 {
    background-size: cover;
  }

  .slide_02b_a1-9 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slideshow_legenda_03b-2 {
    text-align: center;
    width: 70%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_02b_a2-14 {
    background-size: cover;
  }

  .foto_04_2c-4 {
    background-position: 50% 0;
  }

  .slide-46 {
    background-size: cover;
  }

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

  .slide_02b_a1-10 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slideshow_legenda_03b-3 {
    text-align: center;
    width: 30%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_02b_a2-15 {
    background-size: cover;
  }

  .paragrafo_principal-12 {
    text-align: justify;
  }

  .intertitulos-4 {
    text-align: left;
    letter-spacing: 0;
  }

  .slideshow_legenda_03b-4 {
    text-align: center;
    width: 30%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_03b_b1-2 {
    background-size: cover;
  }

  .section-18 {
    height: 600px;
  }

  .mask-31 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .foto_02_1b-2 {
    background-position: 50%;
  }

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

  .box_olho_07b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-5, .icon-6 {
    background-color: #fff0;
  }

  .section-19 {
    height: 600px;
  }

  .container_box-12 {
    border-bottom-right-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragrafo_principal-13 {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }

  .icon-7, .icon-8 {
    background-color: #fff0;
  }

  .section-21 {
    height: 600px;
  }

  .box_olho_09_acaosocial-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intertitulos_timeline {
    text-align: left;
    letter-spacing: 0;
    padding-left: 40px;
  }

  .text-span-1657 {
    font-size: 40px;
    line-height: 35px;
  }

  .container_box-13 {
    border-bottom-right-radius: 20px;
  }

  .paragrafo_principal-14 {
    text-align: justify;
    padding-left: 40px;
    padding-right: 20px;
  }

  .text-span-1658 {
    font-size: 50px;
  }

  .container-168 {
    height: 62px;
  }

  .cronograma {
    text-align: left;
    letter-spacing: 0;
  }

  .text-span-1666 {
    letter-spacing: -1px;
  }

  .container_box-13b {
    border-bottom-right-radius: 20px;
  }

  .container-168-copy {
    height: 62px;
  }

  .bold-text-13-copy-copy-2-copy {
    letter-spacing: -5px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 80px;
    line-height: 80px;
  }

  .intertitulos_timelineb, .intertitulos_timeline_c {
    text-align: center;
    letter-spacing: 0;
    padding-left: 40px;
  }

  .foto_04_1b {
    background-position: 50% 20%;
  }

  .box_olho_04c {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_09_1a {
    background-position: 50%;
  }

  .box_olho_09a {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slideshow_legenda_10 {
    text-align: center;
    width: 80%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide_10c_a1 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide_10c_a2 {
    background-size: cover;
  }

  .slide_10c_b1 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide_10c_b2 {
    background-size: cover;
  }

  .foto_11_1b {
    background-position: 0%;
  }

  .slide-108 {
    background-position: 50% 30%;
  }

  .icon-9, .icon-10 {
    background-color: #fff0;
  }

  .section-22 {
    height: 600px;
  }

  .div-block-93 {
    grid-template-rows: 30px 30px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-1834 {
    font-size: 18px;
  }

  .text-span-330-copy-3 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .chamada2c-copy-2 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 18px;
  }

  .text-span-1835 {
    letter-spacing: 0;
    width: 80%;
    font-size: 13px;
    line-height: 14px;
  }

  .chamada2c-copy-3 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 18px;
  }

  .navbar-base_08b {
    flex-basis: 100%;
  }

  .foto_09b {
    background-image: url('../images/Vitoria-Alcantara-4b.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .foto_08b {
    background-image: url('../images/35843870-08c8-4991-9f28-e9a9fb465405_085313.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .foto_09c_01 {
    background-image: url('../images/iStock-1482783741.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .navbar-base_09c {
    flex-basis: 100%;
  }

  .foto_05_1b-2, .foto_02_3b {
    background-position: 50%;
  }

  .box_olho_02b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-169 {
    background-size: cover;
    width: 100%;
    height: 514px;
  }

  .slide-134 {
    background-position: 50% 30%;
  }

  .foto_07_4, .foto_07_5 {
    background-position: 50%;
  }

  .foto_10_b {
    background-position: 50% 0;
  }

  .box_olho_10b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .timeline_01, .box_tit_54 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragrafo_box {
    text-align: justify;
  }

  .text-block-5 {
    bottom: 1px;
  }

  .text-block-6 {
    top: 0;
  }

  .box_06_salesianidade {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .mask-34 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .slide-157 {
    background-position: 40%;
  }

  .foto_08_01 {
    background-position: 50%;
  }

  .slide-166 {
    background-position: 0 0;
  }

  .slide-177 {
    background-position: 50%;
  }

  .mask-35 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .container_box-14 {
    border-bottom-right-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragrafo_box-2 {
    text-align: justify;
  }

  .container_box-14-copy {
    border-bottom-right-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-172-copy {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .slide-185 {
    background-image: url('../images/Papst_Leo_XIII_1898.jpg');
  }

  .e_02_titulo-4 {
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }

  .paragrafo_principal-15 {
    text-align: justify;
  }

  .credito-copy-copy {
    bottom: 0;
  }

  .box_olho_04c-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_04_1b-copy {
    background-position: 50% 20%;
  }

  .navbar-base_pub-2 {
    flex-basis: 100%;
  }

  .foto_pub_01-2 {
    background-position: 50%;
  }

  .div-block-96 {
    grid-template-rows: 30px 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chamada2c-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-span-2088 {
    font-size: 18px;
  }

  .text-span-330-copy-4 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .chamada2c-copy-4 {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 18px;
  }

  .text-span-2089 {
    letter-spacing: 0;
    width: 90%;
    font-size: 13px;
    line-height: 14px;
  }

  .chamada2c-copy-5 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 18px;
  }

  .intertitulos-entrevistas {
    text-align: left;
    letter-spacing: 0;
  }

  .foto_02_01 {
    background-position: 50% 20%;
  }

  .box_olho_04d {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_03_02, .foto_04_1b-copy-copy, .foto_03_03, .foto_04_1e, .foto_03_04 {
    background-position: 50% 20%;
  }

  .e_02_titulo-4-copy {
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }

  .foto_03_05, .foto_04_1e-copy-copy, .foto_03_06, .foto_03_07 {
    background-position: 50% 20%;
  }

  .e_02_titulo-4-copy-copy {
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }

  .foto_03_08 {
    background-position: 50% 20%;
  }

  .e_02_titulo-4-copy-copy-copy {
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }

  .foto_03_09 {
    background-position: 50% 20%;
  }

  .e_02_titulo-4-copy-copy-copy-copy {
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }

  .foto_03_10 {
    background-position: 50% 20%;
  }

  .foto_05_01, .foto_05_02 {
    background-position: 50%;
  }

  .foto_05_03 {
    background-image: url('../images/Dossie-de-Santidade-da-FS.jpg');
    background-position: 50%;
    background-size: contain;
    height: 1030px;
  }

  .box_08_01 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_08_6 {
    background-position: 50% 0;
  }

  .navbar-base_12b-copy {
    flex-basis: 100%;
  }

  .foto_09_4 {
    background-image: url('../images/Zeferino-portal-BS.jpg');
    background-position: 50% 100%;
  }

  .foto_10 {
    background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768.jpg');
    background-position: 50% 100%;
  }

  .foto_08_7 {
    background-position: 50% 0;
  }

  .box_olho_10b-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_10_c, .foto_10_d, .foto_10_e, .foto_10_f {
    background-position: 50% 0;
  }

  .slide-200, .slide-205, .slide-209, .slide-211 {
    background-position: 40%;
  }

  .div-block-97 {
    grid-template-rows: 30px 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2203 {
    font-size: 18px;
  }

  .text-span-330-copy-5 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .chamada2c-copy-6 {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 18px;
  }

  .text-span-2204 {
    letter-spacing: 0;
    width: 90%;
    font-size: 13px;
    line-height: 14px;
  }

  .chamada2c-copy-7 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 18px;
  }

  .fotofrente_12b-copy {
    background-image: url('../images/Cópia-de-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 50%;
  }

  .foto_01_01, .foto_01_03, .foto_01_04, .foto_01_05 {
    background-position: 50% 20%;
  }

  .navbar-base_05c {
    flex-basis: 100%;
  }

  .foto_05_6 {
    background-image: url('../images/iStock-1482783741.jpg');
    background-position: 50%;
  }

  .navbar-base_05b {
    flex-basis: 100%;
  }

  .bold-text-22-copy {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .foto_01_1 {
    background-position: 70%;
  }

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

  .e_03_desc {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .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%;
    padding-left: 0;
  }

  .paragrafo_principal {
    text-align: justify;
    margin-bottom: 20px;
    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/Maria-Troncatti.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-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    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_02b {
    background-image: url('../images/iStock-1482783741.jpg');
  }

  .link-block_01b {
    background-position: 55%;
  }

  .link-block_03b {
    height: 400px;
  }

  .link-block_04b {
    background-image: url('../images/Encontro-postuladores-geral.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link-block_06b {
    background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768_1.jpg');
    background-position: 50%;
  }

  .link-block_07b {
    background-image: url('../images/Carlo_Acutis-1.jpg');
    background-position: 50% 100%;
  }

  .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/Santidade-Salesiana-3.jpg');
    background-position: 50%;
  }

  .foto_08_2 {
    background-position: 50%;
  }

  .box_foto_1 {
    height: 400px;
  }

  .foto_04_2, .foto_03_01 {
    background-position: 50%;
  }

  .foto_10_2 {
    background-position: 0%;
  }

  .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-image: url('../images/20250715_094346.jpg');
    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: 50% 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: 0%;
  }

  .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-image: url('../images/Encontro-postuladores-geral.jpg');
    background-position: 50%;
  }

  .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: 50% 0;
  }

  .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_13b, .foto_00_1 {
    background-position: 50%;
  }

  .header_00 {
    padding-top: 20px;
  }

  .navbar-base_00 {
    flex-basis: 100%;
  }

  .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: 80%;
    background-size: cover;
  }

  .foto_14_5 {
    background-position: 50%;
  }

  .foto_14_6 {
    background-position: 50%;
    background-size: cover;
  }

  .foto_15_1, .foto_15_2 {
    background-position: 100%;
  }

  .foto_15_3 {
    background-position: 45%;
  }

  .foto_15_4, .foto_15_5, .foto_15_6, .foto_15_7, .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/Ambulatório_thum.jpg');
    background-position: 100%;
  }

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

  .credito {
    bottom: -327px;
  }

  .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/35843870-08c8-4991-9f28-e9a9fb465405_085313.jpg');
    background-position: 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: 80%;
  }

  .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: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 26px;
  }

  .capa_especial-2 {
    letter-spacing: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .bold-text-13-copy-copy-2 {
    opacity: 1;
    letter-spacing: -3px;
    margin-top: 8px;
    margin-bottom: 7px;
    font-size: 107px;
    line-height: 110px;
  }

  .capa_titulo3-2 {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    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-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 0 0, 50%;
    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: 20px;
    padding-right: 40px;
  }

  .text-span-891 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-span-330-copy-2, .text-span-892 {
    width: 228px;
    font-size: 12px;
  }

  .container-150 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fotofrente_0, .fotoback_1 {
    background-position: 50%;
  }

  .fotofrente_1 {
    background-position: 0%;
  }

  .fotofrente_3 {
    background-position: 70%;
  }

  .fotofrente_4 {
    background-color: var(--gainsboro-2);
    background-position: 50%;
  }

  .fotofrente_5, .fotofrente_6, .fotoback_p1, .fotofrente_p1, .fotoback_7, .fotofrente_7 {
    background-position: 50%;
  }

  .fotofrente_8, .fotofrente_9 {
    background-position: 20%;
  }

  .fotofrente_p2, .fotofrente_10, .fotofrente_11 {
    background-position: 50%;
  }

  .fotofrente_p3 {
    background-position: 60%;
  }

  .fotofrente_12 {
    background-position: 50%;
  }

  .fotofrente_13 {
    background-position: 100%;
  }

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

  .container_titulo-3 {
    padding-left: 20px;
  }

  .e_01_secao-2 {
    text-align: left;
    width: 80%;
  }

  .e_02_titulo-2 {
    text-align: left;
    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: left;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .e_04_autor-2 {
    width: 80%;
  }

  .navbar-base_09-2 {
    flex-basis: 100%;
  }

  .foto_09_1-2 {
    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_10a {
    padding-top: 20px;
  }

  .foto_01_2-3, .foto_opiniao_escreva {
    background-position: 50%;
  }

  ._2024_opiniao_escreva {
    text-align: center;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .fotoback_12b {
    background-position: 60%;
  }

  .fotofrente_12b {
    background-image: url('../images/Ordenacao-Diaconal-Waldiak-7-1024x768_1.jpg');
    background-position: 60%;
  }

  .section-14 {
    height: auto;
  }

  .slide_2402_02-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 500px;
  }

  .mask-13 {
    border-radius: 10px;
    height: 500px;
  }

  ._2406_01_a-2, .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: 35%;
  }

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

  .slider-20 {
    height: 500px;
  }

  .mask-22 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-6 {
    background-position: 50%;
  }

  .slideshow_legenda_03b {
    text-align: center;
    width: 70%;
    font-size: 10px;
    line-height: 14px;
  }

  .slide_02b_a2-11 {
    background-position: 0%;
  }

  .slide_02b_a4-11 {
    background-position: 0 0;
  }

  .paragrafo_principal-10 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-21 {
    height: 500px;
  }

  .mask-23 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-7, .foto_01_2-4 {
    background-position: 50%;
  }

  .slider-22 {
    height: 500px;
  }

  .mask-24 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-23 {
    height: 500px;
  }

  .mask-25 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .foto_04_2c-3 {
    background-position: 50% 0;
  }

  .slider-24 {
    height: 500px;
  }

  .mask-26 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-8 {
    background-position: 50%;
  }

  .paragrafo_principal-11 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .e_03_desc-copy {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .slide_10b_a1 {
    background-position: 50%;
  }

  .slider-25 {
    height: 500px;
  }

  .mask-27 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-9 {
    background-position: 50%;
  }

  .slideshow_legenda_03b-2 {
    text-align: center;
    width: 70%;
    font-size: 10px;
    line-height: 14px;
  }

  .foto_04_2c-4 {
    background-position: 50% 0;
  }

  .slider-26 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 500px;
  }

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

  .slide_02b_a1-10 {
    background-position: 50%;
  }

  .slideshow_legenda_03b-3 {
    text-align: center;
    width: 30%;
    font-size: 10px;
    line-height: 14px;
  }

  .paragrafo_principal-12 {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intertitulos-4 {
    letter-spacing: 0;
  }

  .slider-27 {
    height: 500px;
  }

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

  .slideshow_legenda_03b-4 {
    text-align: center;
    width: 30%;
    font-size: 10px;
    line-height: 14px;
  }

  .slide_03b_b1-2 {
    background-position: 50%;
    background-size: cover;
  }

  .slider-28 {
    height: 500px;
  }

  .mask-30 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1-2 {
    background-position: 50%;
  }

  .section-18 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 300px;
  }

  .mask-31 {
    border-radius: 10px 10px 0 0;
    height: 500px;
  }

  .slide_09_1-7 {
    background-position: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide-55 {
    background-position: 0%;
  }

  .foto_02_1b-2 {
    background-position: 50%;
  }

  .e_04_autor_b {
    text-align: left;
    align-self: flex-start;
    width: 80%;
  }

  .foto_08_1b {
    background-position: 50%;
  }

  .credito_istock-2 {
    font-size: 10px;
  }

  .icon-5 {
    background-color: #fff0;
  }

  ._2024_legenda_slideshow-2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .slider_03_2-3 {
    height: auto;
  }

  .icon-6 {
    background-color: #fff0;
  }

  .section-19 {
    height: auto;
  }

  .paragrafo_principal-13 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .s_foto7-2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .credito_istock-3 {
    font-size: 10px;
  }

  .s_foto3-2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .icon-7 {
    background-color: #fff0;
  }

  .s_foto8-2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  ._2024_legenda_slideshow-3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .s_foto4-2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .slider_03_2-4 {
    height: auto;
  }

  .s_foto2-2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .s_foto1-2 {
    flex: 0 auto;
    height: 100%;
  }

  .icon-8 {
    background-color: #fff0;
  }

  .section-21 {
    height: auto;
  }

  .s_foto6-2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .intertitulos_timeline {
    direction: ltr;
    letter-spacing: 0;
    padding-left: 20px;
  }

  .container-168b {
    height: 400px;
  }

  .paragrafo_principal-14 {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .container-168a, .container-168c, .container-168d, .container-168e, .container-168f {
    height: 400px;
  }

  .container-168 {
    height: 68px;
  }

  .cronograma {
    direction: ltr;
    letter-spacing: 0;
  }

  .container-169a {
    height: 400px;
  }

  .container-168-copy {
    height: 68px;
  }

  .container-169b, .container-169c, .container-169d, .container-169e {
    height: 400px;
  }

  .bold-text-13-copy-copy-2-copy {
    opacity: 1;
    letter-spacing: -2px;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 55px;
  }

  .container-168g, .container-168h, .container-168i, .container-168j {
    height: 400px;
  }

  .intertitulos_timelineb, .intertitulos_timeline_c {
    direction: ltr;
    letter-spacing: 0;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .foto_04_1b {
    background-image: url('../images/Ritratto_di_papa_Leone_XIII_F.P._Marchiani_post_1878.jpg');
    background-position: 50%;
  }

  .foto_09_1a {
    background-position: 50%;
  }

  .slideshow_legenda_10 {
    font-size: 10px;
    line-height: 14px;
  }

  .slide_10c_a1 {
    background-position: 50%;
  }

  .slide_10c_a4 {
    background-position: 0 0;
  }

  .slide_10c_b1 {
    background-position: 50%;
  }

  .slide_10c_b4 {
    background-position: 0 0;
  }

  .foto_11_1b {
    background-position: 60%;
  }

  .s_foto6-3 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  ._2024_legenda_slideshow-4 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .s_foto4-3 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .icon-9, .icon-10 {
    background-color: #fff0;
  }

  .credito_istock-4 {
    font-size: 10px;
  }

  .slider_03_2-5, .section-22 {
    height: auto;
  }

  .s_foto8b {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .div-block-93 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 20px 20px;
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .text-span-1834 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-span-330-copy-3 {
    width: 228px;
    font-size: 12px;
  }

  .chamada2c-copy-2 {
    letter-spacing: -.5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-1835 {
    width: 228px;
    font-size: 12px;
  }

  .chamada2c-copy-3 {
    letter-spacing: -.5px;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .e_04_autor_c {
    text-align: left;
    align-self: flex-start;
    width: 80%;
  }

  .navbar-base_08b {
    flex-basis: 100%;
  }

  .foto_09b {
    background-position: 50%;
  }

  .foto_08b {
    background-image: url('../images/35843870-08c8-4991-9f28-e9a9fb465405_085313.jpg');
    background-position: 50%;
  }

  .foto_09c_01 {
    background-position: 50%;
  }

  .navbar-base_09c {
    flex-basis: 100%;
  }

  .foto_05_1b-2, .foto_02_3b {
    background-position: 50%;
  }

  .container-169 {
    background-size: cover;
    height: 360px;
  }

  .mask-32 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-29 {
    height: 500px;
  }

  .foto_07_4 {
    background-position: 50%;
  }

  .foto_07_5 {
    background-position: 50%;
    height: 500px;
  }

  .foto_10_b {
    background-position: 50% 0;
  }

  .timeline_01 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .timeline_02 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .div-block-94 {
    width: 20px;
    height: 20px;
  }

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

  .paragrafo_box {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-5 {
    bottom: -3px;
  }

  .text-block-6 {
    top: 0;
  }

  .slider-30 {
    height: 500px;
  }

  .mask-33 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-31 {
    height: 500px;
  }

  .mask-34 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1-3, .slide_06_01 {
    background-position: 50%;
  }

  .slider_08_01, .slider_08_02, .slider_08_03, .slider_08_04, .slider_08_05, .slider_08_06, .slider_08_07, .slider_08_08, .slider-23-copy, .slider_08_01-copy, .slider_08_001 {
    height: 500px;
  }

  .slide-156 {
    background-position: 0 0;
  }

  .slide-157 {
    background-position: 40%;
  }

  .slide-159 {
    background-position: 100%;
  }

  .foto_08_01 {
    background-position: 0%;
  }

  .slide-166 {
    background-image: url('../images/Papa-Francisco-e-P-Fabio-Attard_1.jpg');
    background-position: 50%;
  }

  .slide-172 {
    background-position: 0 0;
  }

  .slider-32 {
    height: 500px;
  }

  .mask-35 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1-4 {
    background-position: 50%;
  }

  .slider-32-copy, .slider_02_01 {
    height: 500px;
  }

  .foto_02_1b-3 {
    background-position: 50%;
  }

  .div-block-95 {
    width: 20px;
    height: 20px;
  }

  .paragrafo_box-2 {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-172-copy {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .slider-33 {
    height: 500px;
  }

  .mask-36 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-33-copy {
    height: 500px;
  }

  .e_02_titulo-4 {
    text-align: left;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragrafo_principal-15 {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .credito-copy {
    bottom: -427px;
  }

  .credito-copy-copy {
    bottom: 0;
  }

  .foto_04_1b-copy {
    background-image: url('../images/Papa_Leone_XIII_1898.jpg');
    background-position: 50%;
  }

  .navbar-base_pub-2 {
    flex-basis: 100%;
  }

  .foto_pub_01-2 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-96 {
    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;
  }

  .chamada2c-2 {
    letter-spacing: -.5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-2088 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-span-330-copy-4 {
    width: 228px;
    font-size: 12px;
  }

  .chamada2c-copy-4 {
    letter-spacing: -.5px;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-2089 {
    width: 228px;
    font-size: 12px;
    line-height: 12px;
  }

  .chamada2c-copy-5 {
    letter-spacing: -.5px;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .intertitulos-entrevistas {
    direction: ltr;
    letter-spacing: 0;
  }

  .foto_02_01 {
    background-image: url('../images/FPFS_085728_85859.jpg');
    background-position: 50%;
  }

  .foto_03_02 {
    background-image: url('../images/Dom-Bosco-38.jpg');
    background-position: 50%;
  }

  .foto_04_1b-copy-copy, .foto_03_03 {
    background-image: url('../images/Mazzarello-10.jpg');
    background-position: 50%;
  }

  .foto_04_1e {
    background-image: url('../images/São-José-Cafasso.jpg');
    background-position: 50%;
  }

  .foto_03_04 {
    background-image: url('../images/Caravario-e-Versiglia.jpg');
    background-position: 50%;
  }

  .e_02_titulo-4-copy {
    text-align: left;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .foto_03_05 {
    background-image: url('../images/GuanellaColor02.jpg');
    background-position: 50%;
  }

  .foto_04_1e-copy-copy {
    background-image: url('../images/Ritratto_di_papa_Leone_XIII_F.P._Marchiani_post_1878.jpg');
    background-position: 50%;
  }

  .foto_03_06 {
    background-image: url('../images/S-Leonardo-Murialdo.jpg');
    background-position: 50%;
  }

  .foto_03_07 {
    background-image: url('../images/S-Luis-Orione.jpg');
    background-position: 50%;
  }

  .e_02_titulo-4-copy-copy {
    text-align: left;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .foto_03_08 {
    background-image: url('../images/Sao-Domingos-Savio.jpg');
    background-position: 50% 100%;
  }

  .e_02_titulo-4-copy-copy-copy {
    text-align: left;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .foto_03_09 {
    background-image: url('../images/Ritratto_di_papa_Leone_XIII_F.P._Marchiani_post_1878.jpg');
    background-position: 50%;
  }

  .e_02_titulo-4-copy-copy-copy-copy {
    text-align: left;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .foto_03_10 {
    background-image: url('../images/Artemide-Zatti.jpg');
    background-position: 50%;
  }

  .slider_04_02 {
    background-position: 50%;
  }

  .slider_04_01 {
    height: 500px;
  }

  .slide-189 {
    background-position: 50%;
  }

  .foto_05_01, .foto_05_02 {
    background-position: 0%;
  }

  .foto_05_03 {
    background-position: 0%;
    height: 800px;
  }

  .foto_08_6 {
    background-position: 50% 0;
  }

  .header_09c {
    padding-top: 20px;
  }

  .navbar-base_12b-copy {
    flex-basis: 100%;
  }

  .foto_09_4, .foto_10 {
    background-position: 50%;
  }

  .foto_08_7, .foto_10_c, .foto_10_d, .foto_10_e, .foto_10_f {
    background-position: 50% 0;
  }

  .header_10e {
    padding-top: 20px;
  }

  .slider_10a {
    height: 500px;
  }

  .slide-200 {
    background-position: 40%;
  }

  .slide-203 {
    background-position: 0 0;
  }

  .slide-205 {
    background-position: 40%;
  }

  .slide-207 {
    background-position: 0 0;
  }

  .slide-209, .slide-211 {
    background-position: 40%;
  }

  .div-block-97 {
    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-2203 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-span-330-copy-5 {
    width: 228px;
    font-size: 12px;
  }

  .chamada2c-copy-6 {
    letter-spacing: -.5px;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-2204 {
    width: 228px;
    font-size: 12px;
    line-height: 12px;
  }

  .chamada2c-copy-7 {
    letter-spacing: -.5px;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .fotofrente_12b-copy {
    background-image: url('../images/Cópia-de-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 60%;
  }

  .fotoback_12b-copy {
    background-position: 50%;
  }

  .foto_01_01 {
    background-image: url('../images/Francisco-de-Sales-ANS.jpg');
    background-position: 50%;
  }

  .foto_01_03 {
    background-image: url('../images/Santa-Joana-Francisca-de-Chantal-1.jpg');
    background-position: 50%;
  }

  .foto_01_04 {
    background-image: url('../images/Pio-X.jpg');
    background-position: 50%;
  }

  .foto_01_05 {
    background-image: url('../images/Czartoryski-beato.jpg');
    background-position: 50%;
  }

  .navbar-base_05c {
    flex-basis: 100%;
  }

  .foto_05_6 {
    background-image: url('../images/iStock-1482783741.jpg');
    background-position: 50%;
  }

  .navbar-base_05b {
    flex-basis: 100%;
  }

  .bold-text-22-copy {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 26px;
  }
}

@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: 70%;
    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/Maria-Troncatti.jpg');
    background-position: 50% 100%;
    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(#a5ff9300 37% 70%, #56a2ff 70%, #56a2ff), url('../images/Cópia-de-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    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: none;
    background-repeat: repeat;
    background-size: auto;
    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-image: url('../images/iStock-1482783741.jpg');
    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-image: url('../images/Encontro-postuladores-geral.jpg');
    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/Carlo_Acutis-1.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 {
    height: 400px;
  }

  .foto_04_2 {
    height: 300px;
  }

  .foto_04_3 {
    background-position: 50%;
    height: 300px;
  }

  .foto_03_01 {
    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/2024-08-03-Pai-e-filho-Carateca-2.jpg');
    background-position: 50%;
    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: 0%;
    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%;
    background-repeat: no-repeat;
    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-image: url('../images/Encontro-postuladores-geral.jpg');
    background-position: 50%;
    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: 50%;
    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, .link-block_10b {
    flex: 0 auto;
  }

  .sumario_bloco8b, .sumario_bloco10b {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_11b {
    flex: 0 auto;
  }

  .link-block_12b {
    background-position: 50%;
    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-image: url('../images/12_DICEMBRE_Cosimo_Musio.jpg');
    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/Anúncio-Boletim-Salesiano_ago.jpg');
    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 {
    background-position: 45%;
    height: 400px;
  }

  .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%;
    background-size: cover;
    height: 400px;
  }

  .foto_14_5, .foto_14_6 {
    background-position: 50%;
    height: 400px;
  }

  .foto_15_1 {
    background-position: 90%;
    height: 400px;
  }

  .foto_15_2 {
    background-position: 100%;
    height: 400px;
  }

  .foto_15_3 {
    background-position: 40%;
    height: 400px;
  }

  .foto_15_4, .foto_15_5, .foto_15_6, .foto_15_7, .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/Ambulatório_thum.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;
  }

  .credito {
    position: relative;
    bottom: auto;
  }

  .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 {
    background-position: 0%;
    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: #56a2ff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .image-9 {
    background-image: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .bold-text-22 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .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: -2px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 64px;
    line-height: 70px;
  }

  .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-eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 0 0, 50% 100%;
    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: 20px;
    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: 24.4444px;
    font-size: 8px;
    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 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_0 {
    width: 70%;
  }

  .fotoback_1 {
    width: 30%;
  }

  .textofrente_1 {
    width: 70%;
  }

  .fotofrente_1 {
    background-position: 0%;
  }

  .fotoback_2 {
    background-position: 30%;
    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: 50%;
    width: 30%;
  }

  .textofrente_5 {
    width: 70%;
  }

  .fotofrente_5 {
    background-position: 50%;
  }

  .fotoback_6 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_6 {
    width: 70%;
  }

  .fotofrente_6 {
    background-position: 40%;
  }

  .fotoback_p1 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_p1 {
    width: 70%;
  }

  .fotofrente_p1 {
    background-position: 50%;
  }

  .fotoback_7 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_7 {
    width: 70%;
  }

  .fotofrente_7 {
    background-position: 20%;
  }

  .fotoback_8 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_8 {
    width: 70%;
  }

  .fotofrente_8 {
    background-position: 50%;
  }

  .fotoback_9 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_9 {
    width: 70%;
  }

  .fotofrente_9 {
    background-position: 30%;
  }

  .fotoback_p2 {
    background-position: 40%;
    width: 30%;
  }

  .textofrente_p2 {
    width: 70%;
  }

  .fotofrente_p2 {
    background-position: 50%;
  }

  .fotoback_10 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_10 {
    width: 70%;
  }

  .fotofrente_10 {
    background-position: 70%;
  }

  .fotoback_11 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_11 {
    width: 70%;
  }

  .fotofrente_11 {
    background-position: 50%;
  }

  .fotoback_p3 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_p3 {
    width: 70%;
  }

  .fotofrente_p3 {
    background-position: 75%;
  }

  .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 {
    background-position: 100%;
  }

  .fotofrente_14 {
    background-position: 30%;
  }

  .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: 80%;
    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 {
    background-position: 50%;
    height: 350px;
  }

  ._2406_01_c {
    background-position: 70%;
    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: 0;
    font-size: 16px;
  }

  .e_02_titulo-2 {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 0;
    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-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_10a {
    padding-top: 10px;
  }

  .foto_01_2-3, .foto_opiniao_escreva {
    height: 300px;
  }

  ._2024_opiniao_escreva {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .fotoback_12b {
    background-position: 65%;
    width: 30%;
  }

  .textofrente_12b {
    width: 70%;
  }

  .fotofrente_12b {
    background-position: 60%;
  }

  .section-14 {
    height: auto;
  }

  .slide_2402_02-2 {
    height: 350px;
  }

  .mask-13 {
    border-radius: 10px;
    height: 350px;
  }

  ._2406_01_a-2 {
    background-position: 0%;
  }

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

  .slider-20 {
    height: 350px;
  }

  .slide_02b_a1-6 {
    background-position: 50%;
  }

  .slideshow_legenda_03b {
    color: #000;
    background-image: none;
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .slide_02b_a4-11 {
    background-position: 0%;
  }

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

  .container_box-10 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slider-21 {
    height: 350px;
  }

  .slide_02b_a1-7, .slide_02b_a4-12 {
    background-position: 50%;
  }

  .foto_01_2-4 {
    height: 300px;
  }

  .slider-22, .slider-23 {
    height: 350px;
  }

  .foto_04_2c-3 {
    height: 300px;
  }

  .slider-24 {
    height: 350px;
  }

  .slide_02b_a1-8, .slide_02b_a4-13 {
    background-position: 50%;
  }

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

  .container_box-11 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .e_03_desc-copy {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .container_box-11b {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide_10b_a1 {
    background-position: 50% 0;
  }

  .slide_10b_a3 {
    background-position: 70%;
  }

  .slider-25 {
    height: 350px;
  }

  .slide_02b_a1-9 {
    background-position: 50%;
  }

  .slideshow_legenda_03b-2 {
    color: #000;
    background-image: none;
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .slide_02b_a4-14 {
    background-position: 50%;
  }

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

  .foto_04_2c-4 {
    height: 300px;
  }

  .slider-26 {
    height: 350px;
  }

  .mask-28 {
    border-bottom-left-radius: 20px;
  }

  .slide_02b_a1-10 {
    background-position: 50%;
  }

  .slideshow_legenda_03b-3 {
    color: #000;
    background-image: none;
    width: 30%;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .slide_02b_a4-15 {
    background-position: 50%;
  }

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

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

  .slide_03b_b3-2 {
    background-position: 80%;
  }

  .intertitulos-4 {
    font-size: 22px;
    line-height: 22px;
  }

  .slider-27 {
    height: 350px;
  }

  .slide_03b_b4-2 {
    background-position: 50%;
  }

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

  .slideshow_legenda_03b-4 {
    color: #000;
    background-image: none;
    width: 30%;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .slide_03b_b1-2 {
    background-position: 50%;
    background-size: cover;
  }

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

  .slide-47 {
    background-position: 70%;
  }

  .slider-28 {
    height: 350px;
  }

  .slide_04b_a1-2 {
    background-position: 50% 0;
  }

  .slide_07b_a3-copy-2 {
    background-position: 70%;
  }

  .section-18 {
    height: 250px;
  }

  .mask-31 {
    border-radius: 10px;
    height: 350px;
  }

  .slide_09_1-7 {
    background-position: 20%;
  }

  .foto_02_1b-2 {
    height: 300px;
  }

  .container_box-10b {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .e_04_autor_b {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .box_olho_07b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_08_1b {
    height: 300px;
  }

  ._2024_legenda_slideshow-2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .slider_03_2-3, .section-19 {
    height: auto;
  }

  .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: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .s_foto7-2 {
    background-position: 0%;
  }

  .s_foto8-2 {
    background-position: 50%;
  }

  ._2024_legenda_slideshow-3 {
    text-align: justify;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .slider_03_2-4, .section-21 {
    height: auto;
  }

  .s_foto6-2 {
    background-position: 0%;
  }

  .box_olho_09_acaosocial-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intertitulos_timeline {
    padding-top: 20px;
    padding-left: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .text-span-1657 {
    font-size: 32px;
  }

  .container-168b {
    height: 320px;
  }

  .container_box-13 {
    padding: 10px 20px 20px;
  }

  .paragrafo_principal-14 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .container-168a, .container-168c, .container-168d, .container-168e, .container-168f {
    height: 320px;
  }

  .container-168 {
    height: 33px;
  }

  .cronograma {
    font-size: 22px;
    line-height: 22px;
  }

  .container-169a {
    height: 320px;
  }

  .container_box-13b {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-168-copy {
    height: 33px;
  }

  .container-169b, .container-169c, .container-169d, .container-169e {
    height: 320px;
  }

  .bold-text-13-copy-copy-2-copy {
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 20px;
  }

  .container-168g, .container-168h, .container-168i, .container-168j {
    height: 320px;
  }

  .intertitulos_timelineb, .intertitulos_timeline_c {
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .foto_04_1b {
    background-position: 50% 0;
    height: 300px;
  }

  .box_olho_04c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_09_1a {
    background-position: 50%;
    height: 300px;
  }

  .box_olho_09a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slideshow_legenda_10 {
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .slide_10c_a1 {
    background-position: 50%;
  }

  .slide_10c_a4 {
    background-position: 0%;
  }

  .slide_10c_b1, .slide_10c_b4 {
    background-position: 50%;
  }

  .foto_11_1b {
    height: 300px;
  }

  .slide-116 {
    background-position: 45%;
  }

  .s_foto6-3 {
    background-position: 0%;
  }

  ._2024_legenda_slideshow-4 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .slider_03_2-5, .section-22 {
    height: auto;
  }

  .s_foto8b {
    background-position: 50%;
  }

  .div-block-93 {
    grid-template-rows: 15px 15px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-1834 {
    font-size: 10px;
  }

  .text-span-330-copy-3 {
    font-size: 10px;
    line-height: 11px;
  }

  .chamada2c-copy-2 {
    letter-spacing: 0;
    width: 80%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .text-span-1835 {
    height: 228px;
    font-size: 7px;
    line-height: 8px;
  }

  .chamada2c-copy-3 {
    letter-spacing: 0;
    width: 80%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .e_04_autor_c {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .foto_09b, .foto_08b, .foto_09c_01 {
    background-position: 50%;
    height: 400px;
  }

  .foto_05_1b-2, .foto_02_3b {
    height: 300px;
  }

  .box_olho_02b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-169 {
    height: 240px;
  }

  .slider-29 {
    height: 350px;
  }

  .foto_07_4, .foto_07_5, .foto_10_b {
    height: 300px;
  }

  .box_olho_10b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-171 {
    height: 213px;
  }

  .timeline_01 {
    text-align: center;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 24px;
  }

  .timeline_02 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-94 {
    width: 20px;
    height: 20px;
  }

  .box_tit_54 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 24px;
  }

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

  .text-block-5 {
    bottom: 23px;
  }

  .text-block-6 {
    color: var(--black);
    text-align: center;
    padding-bottom: 0;
    position: relative;
    top: 144px;
  }

  .slider-30, .slider-31 {
    height: 350px;
  }

  .slide_04b_a1-3, .slide_06_01 {
    background-position: 50% 0;
  }

  .slider_08_01, .slider_08_02, .slider_08_03, .slider_08_04, .slider_08_05, .slider_08_06, .slider_08_07, .slider_08_08, .slider-23-copy, .slider_08_01-copy, .slider_08_001 {
    height: 350px;
  }

  .slide-154 {
    background-position: 50% 0;
  }

  .slide-156 {
    background-position: 0 0;
  }

  .slide-157 {
    background-position: 40%;
  }

  .slide-159 {
    background-position: 100%;
  }

  .foto_08_01 {
    height: 300px;
  }

  .slide-166 {
    background-image: url('../images/Papa-Francisco-e-P-Fabio-Attard_2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-172 {
    background-position: 0 0;
  }

  .slide-177 {
    background-position: 100%;
  }

  .slider-32 {
    height: 350px;
  }

  .slide_04b_a1-4 {
    background-position: 50%;
  }

  .slider-32-copy, .slider_02_01 {
    height: 350px;
  }

  .foto_02_1b-3 {
    height: 300px;
  }

  .container_box-14 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-95 {
    width: 20px;
    height: 20px;
  }

  .container-172 {
    height: 213px;
  }

  .paragrafo_box-2 {
    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;
  }

  .container_box-14-copy {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-172-copy {
    height: 213px;
  }

  .slider-33, .slider-33-copy {
    height: 350px;
  }

  .e_02_titulo-4 {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .paragrafo_principal-15 {
    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;
  }

  .credito-copy {
    position: relative;
    bottom: -113px;
  }

  .credito-copy-copy {
    position: relative;
    bottom: auto;
  }

  .box_olho_04c-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_04_1b-copy {
    background-position: 50% 0;
    height: 300px;
  }

  .foto_pub_01-2 {
    background-position: 60%;
    background-size: contain;
    height: 400px;
  }

  .div-block-96 {
    grid-template-rows: 15px 15px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .chamada2c-2 {
    letter-spacing: 0;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .text-span-2088 {
    font-size: 10px;
  }

  .text-span-330-copy-4 {
    font-size: 10px;
    line-height: 11px;
  }

  .chamada2c-copy-4 {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .text-span-2089 {
    height: 228px;
    font-size: 7px;
    line-height: 8px;
  }

  .chamada2c-copy-5 {
    letter-spacing: 0;
    width: 90%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .intertitulos-entrevistas {
    font-size: 22px;
    line-height: 22px;
  }

  .foto_02_01 {
    background-position: 50% 0;
    height: 300px;
  }

  .box_olho_04d {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_03_02, .foto_04_1b-copy-copy, .foto_03_03, .foto_04_1e, .foto_03_04 {
    background-position: 50% 0;
    height: 300px;
  }

  .e_02_titulo-4-copy {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .foto_03_05, .foto_04_1e-copy-copy, .foto_03_06, .foto_03_07 {
    background-position: 50% 0;
    height: 300px;
  }

  .e_02_titulo-4-copy-copy {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .foto_03_08 {
    background-position: 50%;
    height: 300px;
  }

  .e_02_titulo-4-copy-copy-copy {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .foto_03_09 {
    background-position: 50% 0;
    height: 300px;
  }

  .e_02_titulo-4-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .foto_03_10 {
    background-position: 50% 0;
    height: 300px;
  }

  .slider_04_02 {
    background-position: 50% 0;
  }

  .slider_04_01 {
    height: 350px;
  }

  .slide-189 {
    background-position: 50% 0;
  }

  .foto_05_01, .foto_05_02 {
    height: 300px;
  }

  .foto_05_03 {
    height: 450px;
  }

  .box_08_01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_08_6 {
    height: 300px;
  }

  .header_09c {
    padding-top: 10px;
  }

  .foto_09_4, .foto_10 {
    background-position: 50%;
    height: 400px;
  }

  .foto_08_7 {
    height: 300px;
  }

  .box_olho_10b-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_10_c, .foto_10_d, .foto_10_e, .foto_10_f {
    height: 300px;
  }

  .header_10e {
    padding-top: 10px;
  }

  .slider_10a {
    height: 350px;
  }

  .slide-200 {
    background-position: 40%;
  }

  .slide-203 {
    background-position: 0 0;
  }

  .textofrente_12b-copy {
    width: 70%;
  }

  .slide-205 {
    background-position: 40%;
  }

  .slide-207 {
    background-position: 0 0;
  }

  .slide-209, .slide-211 {
    background-position: 40%;
  }

  .div-block-97 {
    grid-template-rows: 15px 15px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2203 {
    font-size: 10px;
  }

  .text-span-330-copy-5 {
    font-size: 10px;
    line-height: 11px;
  }

  .chamada2c-copy-6 {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .text-span-2204 {
    height: 228px;
    font-size: 7px;
    line-height: 8px;
  }

  .chamada2c-copy-7 {
    letter-spacing: 0;
    width: 90%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .fotofrente_12b-copy {
    background-position: 60%;
  }

  .fotoback_12b-copy {
    background-position: 50%;
    width: 30%;
  }

  .foto_01_01, .foto_01_03, .foto_01_04, .foto_01_05 {
    background-position: 50% 0;
    height: 300px;
  }

  .foto_05_6 {
    background-image: url('../images/iStock-1482783741.jpg');
    background-position: 50% 100%;
    height: 400px;
  }

  .bold-text-22-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825030 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825030 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_36d983f4-8d31-6068-77e2-972170115f5b-87825030 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-d3c2f21f-a98d-514d-15da-303540b0bc38-87825030 {
  grid-area: Area;
}

#w-node-d8a7bf24-b280-32fe-cf2a-b179a73cfa22-87825030 {
  grid-area: Area-4;
}

#w-node-_6818a2d3-30b4-e616-ff56-a0133c0fdead-87825031 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_6818a2d3-30b4-e616-ff56-a0133c0fdeae-87825031 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825031 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825031 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-f41c2f32-8f72-7327-8482-185ef2b5e6dd-87825031 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-f41c2f32-8f72-7327-8482-185ef2b5e6de-87825031 {
  grid-area: Area;
}

#w-node-f41c2f32-8f72-7327-8482-185ef2b5e6e6-87825031 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825032 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825032 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_16272a37-13cb-d1e6-b360-361cf5443dbd-87825032 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_16272a37-13cb-d1e6-b360-361cf5443dbe-87825032 {
  grid-area: Area;
}

#w-node-_16272a37-13cb-d1e6-b360-361cf5443dc6-87825032 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825033 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825033 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe960-87825033 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe961-87825033 {
  grid-area: Area;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe969-87825033 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825034 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825034 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_851028c8-5174-b884-c2ed-3c974c18e7b6-87825034 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_851028c8-5174-b884-c2ed-3c974c18e7b7-87825034 {
  grid-area: Area;
}

#w-node-_851028c8-5174-b884-c2ed-3c974c18e7c0-87825034 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825035 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_2ecfa1e9-df3c-ed0f-9d9a-31d33bc84e83-87825035 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_2ecfa1e9-df3c-ed0f-9d9a-31d33bc84e84-87825035 {
  grid-area: Area;
}

#w-node-_2ecfa1e9-df3c-ed0f-9d9a-31d33bc84e8d-87825035 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825037 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825037 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_509eac4f-fc81-951a-0161-b0aa352095ea-87825037 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_509eac4f-fc81-951a-0161-b0aa352095eb-87825037 {
  grid-area: Area;
}

#w-node-_509eac4f-fc81-951a-0161-b0aa352095f4-87825037 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825038 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825038 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-e8fbf2b0-682f-72ee-1668-50c66d3999a7-87825038 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-e8fbf2b0-682f-72ee-1668-50c66d3999a8-87825038 {
  grid-area: Area;
}

#w-node-e8fbf2b0-682f-72ee-1668-50c66d3999b1-87825038 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-87825039 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-87825039 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-e1573aad-8f78-f0bd-7186-6a7b5aaed973-87825039 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-e1573aad-8f78-f0bd-7186-6a7b5aaed974-87825039 {
  grid-area: Area;
}

#w-node-e1573aad-8f78-f0bd-7186-6a7b5aaed97d-87825039 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-8782503a {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-8782503a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-fc8bc520-a647-45f2-e27f-724f79624e21-8782503a {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-fc8bc520-a647-45f2-e27f-724f79624e22-8782503a {
  grid-area: Area;
}

#w-node-fc8bc520-a647-45f2-e27f-724f79624e2b-8782503a {
  grid-area: Area-4;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149a-8782503b {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149b-8782503b {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_72791daa-0043-504c-8a07-324391b240b6-8782503b {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_72791daa-0043-504c-8a07-324391b240b7-8782503b {
  grid-area: Area;
}

#w-node-_72791daa-0043-504c-8a07-324391b240c0-8782503b {
  grid-area: Area-4;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149a-8782503c {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149b-8782503c {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_482129e3-ecbb-29ac-0731-121e93814392-8782503c {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_482129e3-ecbb-29ac-0731-121e93814393-8782503c {
  grid-area: Area;
}

#w-node-_482129e3-ecbb-29ac-0731-121e9381439c-8782503c {
  grid-area: Area-4;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149a-8782503d {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149b-8782503d {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-a0e49af9-bc8d-9bb0-69c9-95eb45e606de-8782503d {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-a0e49af9-bc8d-9bb0-69c9-95eb45e606df-8782503d {
  grid-area: Area;
}

#w-node-a0e49af9-bc8d-9bb0-69c9-95eb45e606e8-8782503d {
  grid-area: Area-4;
}

#w-node-d8a404b1-a173-825e-9d70-bc64424a2feb-8782503e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d8a404b1-a173-825e-9d70-bc64424a2fec-8782503e {
  grid-column: span 3 / span 3;
}

#w-node-f6652404-6551-5ddc-664e-d35051d1cf7d-8782503e {
  grid-column: span 2 / span 2;
}

#w-node-_73c2f8ed-d40d-4a90-6183-5a732a2decf9-8782503f {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_73c2f8ed-d40d-4a90-6183-5a732a2decfa-8782503f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabeeb-8782503f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabeec-8782503f {
  grid-area: Area;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabef5-8782503f {
  grid-area: Area-4;
}

#w-node-_73c2f8ed-d40d-4a90-6183-5a732a2decf9-bc3afb93 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_73c2f8ed-d40d-4a90-6183-5a732a2decfa-bc3afb93 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabeeb-bc3afb93 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabeec-bc3afb93 {
  grid-area: Area;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabef5-bc3afb93 {
  grid-area: Area-4;
}

@media screen and (max-width: 991px) {
  #w-node-_37bdd8f1-6b6b-4bce-3d09-485e87fe13a1-8782502e, #w-node-_37bdd8f1-6b6b-4bce-3d09-485e87fe13a5-8782502e {
    align-self: center;
  }

  #w-node-_37bdd8f1-6b6b-4bce-3d09-485e87fe13ac-8782502e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37bdd8f1-6b6b-4bce-3d09-485e87fe13a5-8782502e {
    align-self: center;
  }

  #w-node-_37bdd8f1-6b6b-4bce-3d09-485e87fe13a9-8782502e {
    align-self: start;
  }

  #w-node-_37bdd8f1-6b6b-4bce-3d09-485e87fe13ac-8782502e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d8a404b1-a173-825e-9d70-bc64424a2feb-8782503e {
    grid-template-rows: 10px auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d8a404b1-a173-825e-9d70-bc64424a2fec-8782503e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f6652404-6551-5ddc-664e-d35051d1cf7d-8782503e, #w-node-f4f2af4b-4414-d7d0-964e-0b6eaf37b9c9-8782503e, #w-node-_11478ee7-9d31-e1e0-9e2c-730ecc6a7fa1-8782503e, #w-node-d9fa7924-7296-a3e9-09ef-dedab97699bd-8782503e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8a404b1-a173-825e-9d70-bc64424a2feb-8782503e {
    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-8782503e, #w-node-f6652404-6551-5ddc-664e-d35051d1cf7d-8782503e, #w-node-f4f2af4b-4414-d7d0-964e-0b6eaf37b9c9-8782503e, #w-node-_11478ee7-9d31-e1e0-9e2c-730ecc6a7fa1-8782503e, #w-node-_64ba0aaa-c545-3943-e54f-7cf9ef23f4b4-8782503e, #w-node-d9fa7924-7296-a3e9-09ef-dedab97699bd-8782503e, #w-node-_584a0cb5-4b49-b679-9d61-2a6d8e2bccc7-8782503e, #w-node-dd457996-bd56-2e2e-aa03-5f136d77586f-8782503e, #w-node-_9f3d2cfa-a1d2-67ca-6e27-811235bf8f8e-8782503e, #w-node-_85a3145a-3cd7-622b-3394-f390fd4fddf3-8782503e, #w-node-ef3947dc-2d4e-23c6-bd65-25ffe72cf597-8782503e, #w-node-_683e679a-5b90-0af0-9c54-31c572ccf6a5-8782503e {
    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;
}