:root{
  --font-title: "Playfair", serif;
  --font-body: "Pontano Sans", sans-serif;
  --font-main: "Inter", sans-serif;
  --font-impact: "Gantari", sans-serif;
  --color-green-dark: #071307;
  --color-green: #10210f;
  --color-gold-light: #FBDB9D;
  --color-gold-mid: #EABE78;
  --color-gold-dark: #B0782D;
  --color-white: #ffffff;
  --color-footer: #f4dfb9;
}

*{
  box-sizing: border-box;
}

html,
body{
  margin: 0;
  min-height: 100%;
  background-color: var(--color-green-dark);
}

body{
  color: var(--color-white);
  font-family: var(--font-body);
}

img{
  display: block;
  max-width: 100%;
}

a{
  color: inherit;
}

.cabecalhoSite{
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(234, 190, 120, .34);
  background: rgba(7, 19, 7, .76);
  backdrop-filter: blur(8px);
}

.navbarSite{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 74px);
  width: min(1320px, calc(100% - 64px));
  min-height: 82px;
  margin: 0 auto;
}

.marcaSite{
  color: #fff5d6;
  font-family: var(--font-title);
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.linksNavbarSite{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.linksNavbarSite a,
.itemDropdownNavbar button{
  padding: 8px 0;
  border: 0;
  color: #fff7df;
  background: transparent;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease;
}

.linksNavbarSite a:hover,
.linksNavbarSite a:focus-visible,
.itemDropdownNavbar button:hover,
.itemDropdownNavbar button:focus-visible{
  color: var(--color-gold-mid);
}

.separadorNavbar{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(234, 190, 120, .82);
}

.itemDropdownNavbar{
  position: relative;
}

.itemDropdownNavbar button{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.itemDropdownNavbar button::after{
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdownNavbar{
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 230px;
  padding: 10px;
  border: 1px solid rgba(234, 190, 120, .42);
  border-radius: 8px;
  background: rgba(7, 19, 7, .96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.dropdownNavbar a{
  display: block;
  padding: 12px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.2;
}

.dropdownNavbar a:hover,
.dropdownNavbar a:focus-visible{
  background: rgba(234, 190, 120, .1);
}

.itemDropdownNavbar:focus-within .dropdownNavbar{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.botaoNavbarAtendimento,
.botaoHero{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 4px;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.botaoNavbarAtendimento{
  color: #111307;
  background: linear-gradient(90deg, #c58a2e, #f0c875, #c58a2e);
  white-space: nowrap;
}

.botaoNavbarAtendimento img,
.botaoHero img{
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.botaoNavbarAtendimento:hover,
.botaoNavbarAtendimento:focus-visible,
.botaoHero:hover,
.botaoHero:focus-visible{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}

.controleMenuMobile,
.botaoMenuMobile{
  display: none;
}

.mainInstitucional{
  min-height: 100vh;
}

.heroInstitucional{
  position: relative;
  display: grid;
  align-content: end;
  min-height: 768px;
  overflow: hidden;
  padding: 132px clamp(22px, 6vw, 92px) 0;
  background-image:
    linear-gradient(90deg, rgba(7, 19, 7, .96) 0%, rgba(7, 19, 7, .76) 34%, rgba(7, 19, 7, .14) 68%, rgba(7, 19, 7, .08) 100%),
    url("../img/fundoHeroSectionSI.png");
  background-color: var(--color-green-dark);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heroInstitucional::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 21% 38%, rgba(234, 190, 120, .1), transparent 28%),
    linear-gradient(180deg, transparent 62%, rgba(7, 19, 7, .74) 100%);
}

.conteudoHeroInstitucional{
  position: relative;
  z-index: 1;
  width: min(610px, 100%);
  padding-bottom: clamp(46px, 7vw, 92px);
}

.etiquetaHeroInstitucional{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--color-gold-mid);
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.etiquetaHeroInstitucional::before{
  content: "<<<";
  color: var(--color-gold-mid);
  letter-spacing: -.12em;
}

.conteudoHeroInstitucional h1{
  margin: 0;
  color: #fff7e6;
  font-family: var(--font-title);
  font-size: clamp(45px, 4.8vw, 76px);
  font-weight: 500;
  line-height: .98;
}

.conteudoHeroInstitucional h1 span{
  color: #d29a4a;
}

.linhaHeroInstitucional{
  display: block;
  width: 58px;
  height: 2px;
  margin: 26px 0 22px;
  background: #d29a4a;
}

.textoHeroInstitucional{
  width: min(460px, 100%);
  margin: 0 0 30px;
  color: #fff3dc;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.34;
}

.botoesHeroInstitucional{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.botaoHero{
  min-height: 48px;
  padding: 0 20px;
}

.botaoHeroDourado{
  color: #111307;
  background: linear-gradient(90deg, #c58a2e, #f0c875, #c58a2e);
}

.botaoHeroContorno{
  color: #fff6df;
  border: 1px solid rgba(234, 190, 120, .72);
  background: rgba(7, 19, 7, .36);
}

.rodapeHeroInstitucional{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1240px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(234, 190, 120, .54);
}

.itemRodapeHero{
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 22px 30px;
  border-right: 1px solid rgba(234, 190, 120, .24);
}

.itemRodapeHero:last-child{
  border-right: 0;
}

.itemRodapeHero img{
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.itemRodapeHero h2{
  margin: 0 0 5px;
  color: #fff7df;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.12;
  text-transform: uppercase;
}

.itemRodapeHero p{
  margin: 0;
  color: #f4dfb9;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.18;
}

.sobreOInstituto{
  position: relative;
  overflow: hidden;
  min-height: 570px;
  padding: clamp(76px, 8vw, 118px) clamp(22px, 7vw, 108px) clamp(64px, 7vw, 90px);
  color: #fff7e6;
  background-image:
    linear-gradient(90deg, rgba(18, 36, 17, .94) 0%, rgba(18, 36, 17, .74) 38%, rgba(18, 36, 17, .1) 67%, rgba(18, 36, 17, 0) 100%),
    url("../img/fundoSobreOInstituto.png");
  background-color: #172816;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid rgba(234, 190, 120, .44);
  border-bottom: 1px solid rgba(234, 190, 120, .44);
}

.sobreOInstituto::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 50%, rgba(234, 190, 120, .08), transparent 30%);
}

.conteudoSobreOInstituto{
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
}

.conteudoSobreOInstituto h2{
  margin: 0;
  color: #fff7e6;
  font-family: var(--font-title);
  font-size: clamp(42px, 4.35vw, 68px);
  font-weight: 500;
  line-height: 1.02;
}

.conteudoSobreOInstituto h2 span{
  color: #d29a4a;
}

.linhaSobreOInstituto{
  display: block;
  width: 72px;
  height: 2px;
  margin: 28px 0 28px;
  background: #d29a4a;
}

.conteudoSobreOInstituto p{
  width: min(520px, 100%);
  margin: 0 0 34px;
  color: rgba(255, 247, 230, .9);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.36;
}

.botaoSobreOInstituto{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 34px;
  border: 1px solid rgba(234, 190, 120, .84);
  border-radius: 999px;
  color: #fff5d6;
  background: rgba(7, 19, 7, .18);
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.botaoSobreOInstituto img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.botaoSobreOInstituto:hover,
.botaoSobreOInstituto:focus-visible{
  background: rgba(234, 190, 120, .1);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  transform: translateY(-2px);
}

.s3SI{
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 96px) clamp(22px, 7vw, 108px) clamp(64px, 7vw, 86px);
  color: #fff7e6;
  background-image:
    linear-gradient(90deg, rgba(12, 29, 12, .86) 0%, rgba(12, 29, 12, .78) 48%, rgba(12, 29, 12, .28) 100%),
    url("../img/fundoS3SI.png");
  background-color: #122211;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.s3SI::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 48%, rgba(234, 190, 120, .1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .1));
}

.conteudoS3SI{
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.cabecalhoS3SI{
  width: min(650px, 100%);
  margin-bottom: 34px;
}

.cabecalhoS3SI h2{
  margin: 0;
  color: #fff7e6;
  font-family: var(--font-title);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.04;
}

.cabecalhoS3SI h2 span{
  color: #d29a4a;
}

.linhaS3SI{
  display: block;
  width: 70px;
  height: 2px;
  margin: 24px 0 24px;
  background: #d29a4a;
}

.cabecalhoS3SI p{
  width: min(560px, 100%);
  margin: 0;
  color: rgba(255, 247, 230, .88);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.38;
}

.gridS3SI{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.cardS3SI{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 192px;
  padding: 26px 22px 22px;
  text-align: center;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(244, 223, 185, .18);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 14px 32px rgba(0, 0, 0, .12);
  backdrop-filter: blur(2px);
}

.cardS3SI img{
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  object-fit: contain;
}

.cardS3SI h3{
  margin: 0 0 10px;
  color: #fff7e6;
  font-family: var(--font-title);
  font-size: clamp(20px, 1.45vw, 27px);
  font-weight: 500;
  line-height: 1.04;
}

.cardS3SI p{
  margin: 0;
  color: rgba(255, 247, 230, .86);
  font-family: var(--font-body);
  font-size: clamp(13px, .9vw, 16px);
  line-height: 1.24;
}

.s4SI{
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 92px) clamp(22px, 7vw, 108px) clamp(58px, 6vw, 74px);
  color: #fff7e6;
  background-image:
    linear-gradient(90deg, rgba(12, 29, 12, .9) 0%, rgba(12, 29, 12, .78) 48%, rgba(12, 29, 12, .24) 100%),
    url("../img/fundoS3SI.png");
  background-color: #122211;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.s4SI::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 26% 50%, rgba(234, 190, 120, .08), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .16));
}

.conteudoS4SI{
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.cabecalhoS4SI{
  width: min(680px, 100%);
  margin-bottom: 42px;
}

.cabecalhoS4SI h2{
  margin: 0;
  color: #fff7e6;
  font-family: var(--font-title);
  font-size: clamp(40px, 4.15vw, 66px);
  font-weight: 500;
  line-height: 1.03;
}

.cabecalhoS4SI h2 span{
  color: #d29a4a;
}

.linhaS4SI{
  display: block;
  width: 70px;
  height: 2px;
  margin: 24px 0 24px;
  background: #d29a4a;
}

.cabecalhoS4SI p{
  width: min(560px, 100%);
  margin: 0;
  color: rgba(255, 247, 230, .88);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.38;
}

.etapasS4SI{
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  margin: 0 auto 38px;
}

.etapasS4SI::before{
  content: "";
  position: absolute;
  top: 87px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, rgba(210, 154, 74, .08), rgba(210, 154, 74, .94), rgba(210, 154, 74, .08));
}

.etapaS4SI{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.etapaS4SI:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 82px;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff8d9;
  box-shadow: 0 0 12px 4px rgba(234, 190, 120, .75);
}

.numeroEtapaS4SI{
  display: block;
  margin-bottom: 18px;
  color: #d29a4a;
  font-family: var(--font-title);
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1;
}

.iconeEtapaS4SI{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  margin-bottom: 18px;
  border: 1px solid rgba(210, 154, 74, .92);
  border-radius: 50%;
  background: rgba(18, 34, 17, .82);
}

.iconeEtapaS4SI img{
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.etapaS4SI h3{
  margin: 0;
  color: #fff7e6;
  font-family: var(--font-title);
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 500;
  line-height: 1.05;
}

.linhaEtapaS4SI{
  display: block;
  width: 34px;
  height: 1px;
  margin: 16px 0 18px;
  background: #d29a4a;
}

.etapaS4SI p{
  width: min(180px, 100%);
  margin: 0;
  color: rgba(255, 247, 230, .86);
  font-family: var(--font-body);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.26;
}

.botaoS4SI{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(420px, 100%);
  min-height: 56px;
  margin: 0 auto;
  padding: 0 28px;
  border: 1px solid rgba(234, 190, 120, .84);
  border-radius: 999px;
  color: #fff5d6;
  background: rgba(7, 19, 7, .2);
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.botaoS4SI img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.botaoS4SI:hover,
.botaoS4SI:focus-visible{
  background: rgba(234, 190, 120, .1);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  transform: translateY(-2px);
}

.sobreSirlei{
  position: relative;
  overflow: hidden;
  padding: 0 clamp(22px, 5vw, 84px) 0 0;
  color: #1f1720;
  background-image: url("../img/fundoSobreSirlei.png");
  background-color: #f6ead6;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoSobreSirlei{
  display: grid;
  grid-template-columns: minmax(360px, 52vw) minmax(420px, 1fr);
  align-items: center;
  width: min(1440px, 100%);
  min-height: 490px;
  margin: 0;
}

.imgMobileSobreSirlei{
  display: none;
}

.textoSobreSirlei{
  grid-column: 2;
  align-self: center;
  max-width: 720px;
  padding: clamp(56px, 6vw, 78px) 0 clamp(44px, 5vw, 64px);
}

.etiquetaSobreSirlei{
  display: block;
  margin-bottom: 12px;
  color: #b0782d;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.etiquetaSobreSirlei::before{
  content: "<<<";
  margin-right: 10px;
  color: #b0782d;
  letter-spacing: -.12em;
}

.textoSobreSirlei h2{
  margin: 0 0 8px;
  color: #26391f;
  font-family: var(--font-title);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 600;
  line-height: .95;
}

.subtituloSobreSirlei{
  max-width: 600px;
  margin: 0;
  color: #c1822d !important;
  font-family: var(--font-title) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.05 !important;
}

.linhaSobreSirlei{
  display: block;
  width: 48px;
  height: 2px;
  margin: 20px 0 20px;
  background: #d29a4a;
}

.textoSobreSirlei p{
  max-width: 650px;
  margin: 0;
  color: #24262d;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.42;
}

.pilaresSobreSirlei{
  display: flex;
  align-items: center;
  gap: 0;
  width: min(760px, 100%);
  margin-top: 42px;
}

.pilarSobreSirlei{
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(176, 120, 45, .48);
}

.pilarSobreSirlei:first-child{
  padding-left: 0;
}

.pilarSobreSirlei:last-child{
  padding-right: 0;
  border-right: 0;
}

.pilarSobreSirlei img{
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pilarSobreSirlei p{
  margin: 0;
  color: #3a332c;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.18;
}

.s5SI{
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6vw, 78px) clamp(22px, 6vw, 76px) 28px;
  color: #26391f;
  background-image:
    linear-gradient(180deg, rgba(244, 239, 208, .78), rgba(244, 239, 208, .7)),
    url("../img/fundoS5SI.png");
  background-color: #e7e4bf;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.s5SI::before{
  content: "Si";
  position: absolute;
  top: 10px;
  right: clamp(24px, 7vw, 96px);
  color: rgba(255, 255, 255, .48);
  font-family: var(--font-title);
  font-size: clamp(84px, 10vw, 150px);
  font-style: italic;
  line-height: 1;
  pointer-events: none;
}

.conteudoS5SI{
  position: relative;
  z-index: 1;
  width: min(1230px, 100%);
  margin: 0 auto;
}

.cabecalhoS5SI{
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.cabecalhoS5SI > span{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
  color: #c1822d;
  font-family: var(--font-main);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.cabecalhoS5SI > span::before,
.cabecalhoS5SI > span::after{
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 130, 45, .9));
}

.cabecalhoS5SI > span::after{
  background: linear-gradient(90deg, rgba(193, 130, 45, .9), transparent);
}

.cabecalhoS5SI h2{
  margin: 0 0 18px;
  color: #2e4a2e;
  font-family: var(--font-title);
  font-size: clamp(48px, 5.4vw, 86px);
  font-weight: 600;
  line-height: .95;
}

.cabecalhoS5SI h2 strong{
  color: #d29a4a;
  font-weight: 600;
}

.cabecalhoS5SI p{
  width: min(650px, 100%);
  margin: 0 auto;
  color: #26391f;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.25;
}

.carrosselLivrosSI{
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
}

.viewportLivrosSI{
  overflow: hidden;
  padding: 4px 0 10px;
}

.trilhaLivrosSI{
  display: flex;
  gap: 48px;
  transition: transform .35s ease;
  will-change: transform;
}

.livroSI{
  flex: 0 0 calc((100% - 144px) / 4);
  min-width: 0;
}

.livroSI > img{
  width: 100%;
  aspect-ratio: 3 / 4.24;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 18px 28px rgba(42, 42, 25, .24);
}

.botaoLivroSI{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 5px;
  color: #f4dfb9;
  background: linear-gradient(90deg, #24371f, #425532, #24371f);
  box-shadow: 0 8px 16px rgba(42, 42, 25, .18);
  font-family: var(--font-main);
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 900;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.botaoLivroSI img{
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.botaoLivroSI:hover,
.botaoLivroSI:focus-visible{
  box-shadow: 0 12px 24px rgba(42, 42, 25, .22);
  transform: translateY(-2px);
}

.setaLivrosSI{
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(193, 130, 45, .82);
  border-radius: 50%;
  background: rgba(245, 238, 205, .45);
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.setaLivrosSI::before{
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid #2e4a2e;
  border-bottom: 2px solid #2e4a2e;
}

.setaLivrosAnteriorSI::before{
  transform: rotate(45deg);
  margin-left: 5px;
}

.setaLivrosProximoSI::before{
  transform: rotate(225deg);
  margin-right: 5px;
}

.setaLivrosSI:hover,
.setaLivrosSI:focus-visible{
  background: rgba(234, 190, 120, .22);
  transform: translateY(-2px);
}

.setaLivrosSI:disabled{
  cursor: default;
  opacity: .38;
  transform: none;
}

.paginacaoLivrosSI{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 0 24px;
}

.paginacaoLivrosSI button{
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(46, 74, 46, .28);
  cursor: pointer;
}

.paginacaoLivrosSI button.ativo{
  background: #c1822d;
}

.rodapeS5SI{
  display: grid;
  grid-template-columns: 82px minmax(220px, 430px) 1px minmax(260px, 470px);
  align-items: center;
  gap: 34px;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 26px 38px;
  border: 1px solid rgba(193, 130, 45, .5);
  border-radius: 16px;
  background: rgba(245, 238, 205, .58);
}

.rodapeS5SI img{
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.rodapeS5SI p{
  margin: 0;
  color: #26391f;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.32;
}

.rodapeS5SI p:last-child{
  color: #c1822d;
}

.rodapeS5SI span{
  width: 1px;
  height: 70px;
  background: rgba(193, 130, 45, .36);
}

footer{
  background-image: url("../img/assetsRodape/fundoRodape.png");
  background-color: #0a1020;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-footer);
  padding: 2.2rem 1rem 0;
}

.rodapeMentoria{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.logoRodapeMentoria{
  width: 200px;
  height: auto;
  margin-top: 1.4rem;
}

.rodapeMentoria h2{
  margin: 0;
  padding-bottom: 20px;
  color: var(--color-footer);
  font-family: var(--font-title);
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.linhaRodapeMentoria{
  width: min(480px, 100%);
  height: 2px;
  object-fit: cover;
  opacity: .75;
}

.menuRodapeMentoria,
.redesRodapeMentoria{
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}

.menuRodapeMentoria span,
.redesRodapeMentoria a{
  color: var(--color-footer);
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
}

.redesRodapeMentoria a{
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 20px;
  text-decoration: none;
}

.redesRodapeMentoria img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}

footer .direitosReservados{
  padding: 2.2rem 0 1.2rem;
  color: var(--color-footer);
  font-family: var(--font-body);
  font-size: 14px;
  text-align: center;
}

footer .direitosReservados a{
  color: var(--color-white);
  font-size: 14px;
}

@media (max-width: 1080px){
  .navbarSite{
    grid-template-columns: auto auto;
    width: min(100% - 36px, 960px);
    gap: 18px;
  }

  .botaoMenuMobile{
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 38px;
    padding: 8px;
    cursor: pointer;
  }

  .botaoMenuMobile span{
    display: block;
    height: 2px;
    background: #fff5d6;
  }

  .linksNavbarSite{
    grid-column: 1 / -1;
    display: none;
    align-items: stretch;
    width: 100%;
    padding: 6px 0 18px;
    flex-direction: column;
    gap: 0;
  }

  .controleMenuMobile:checked ~ .linksNavbarSite{
    display: flex;
  }

  .linksNavbarSite a,
  .itemDropdownNavbar button{
    width: 100%;
    padding: 13px 0;
    text-align: left;
    font-size: 14px;
  }

  .separadorNavbar{
    display: none;
  }

  .itemDropdownNavbar button{
    justify-content: space-between;
  }

  .dropdownNavbar{
    position: static;
    width: 100%;
    padding: 0 0 0 16px;
    border: 0;
    border-left: 1px solid rgba(234, 190, 120, .36);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .dropdownNavbar a{
    padding: 10px 0;
    font-size: 13px;
  }

  .botaoNavbarAtendimento{
    display: none;
  }
}

@media (max-width: 900px){
  .cabecalhoSite{
    position: absolute;
  }

  .heroInstitucional{
    min-height: auto;
    padding: 118px 22px 0;
    background-position: 62% top;
  }

  .conteudoHeroInstitucional{
    width: min(560px, 100%);
    padding-bottom: 48px;
  }

  .rodapeHeroInstitucional{
    grid-template-columns: repeat(2, 1fr);
    width: min(720px, 100%);
  }

  .itemRodapeHero{
    border-bottom: 1px solid rgba(234, 190, 120, .24);
  }

  .itemRodapeHero:nth-child(2n){
    border-right: 0;
  }

  .itemRodapeHero:nth-last-child(-n + 2){
    border-bottom: 0;
  }

  .sobreOInstituto{
    min-height: 520px;
    padding: 66px 22px 58px;
    background-image:
      linear-gradient(90deg, rgba(18, 36, 17, .95) 0%, rgba(18, 36, 17, .82) 46%, rgba(18, 36, 17, .25) 100%),
      url("../img/fundoSobreOInstituto.png");
    background-position: 61% top;
  }

  .conteudoSobreOInstituto{
    width: min(520px, 100%);
  }

  .s3SI{
    padding: 64px 22px 58px;
    background-position: 58% top;
  }

  .cabecalhoS3SI{
    width: min(620px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .linhaS3SI,
  .cabecalhoS3SI p{
    margin-left: auto;
    margin-right: auto;
  }

  .gridS3SI{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(720px, 100%);
    margin: 0 auto;
  }

  .s4SI{
    padding: 64px 22px 58px;
    background-position: 58% top;
  }

  .cabecalhoS4SI{
    width: min(620px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .linhaS4SI,
  .cabecalhoS4SI p{
    margin-left: auto;
    margin-right: auto;
  }

  .etapasS4SI{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
    width: min(720px, 100%);
  }

  .etapasS4SI::before,
  .etapaS4SI::after{
    display: none;
  }

  .sobreSirlei{
    padding: 0 22px 56px;
    background-image: none;
    background-color: #f6ead6;
  }

  .imgMobileSobreSirlei{
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    margin: 0 -22px 34px;
  }

  .conteudoSobreSirlei{
    display: block;
    width: min(430px, 100%);
    min-height: auto;
    margin: 0 auto;
  }

  .textoSobreSirlei{
    padding: 0;
    text-align: center;
  }

  .linhaSobreSirlei{
    margin-left: auto;
    margin-right: auto;
  }

  .pilaresSobreSirlei{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(360px, 100%);
    margin: 30px auto 0;
    gap: 16px;
  }

  .pilarSobreSirlei{
    grid-template-columns: 40px 1fr;
    width: min(260px, 100%);
    padding: 0;
    border-right: 0;
    text-align: left;
  }

  .s5SI{
    padding: 56px 22px 26px;
  }

  .carrosselLivrosSI{
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 14px;
  }

  .livroSI{
    flex-basis: calc((100% - 28px) / 2);
  }

  .trilhaLivrosSI{
    gap: 28px;
  }

  .setaLivrosSI{
    width: 46px;
    height: 46px;
  }

  .rodapeS5SI{
    grid-template-columns: 70px 1fr;
    gap: 20px;
    width: min(720px, 100%);
    padding: 22px 26px;
  }

  .rodapeS5SI span{
    display: none;
  }

  .rodapeS5SI p:last-child{
    grid-column: 2;
  }
}

@media (max-width: 620px){
  .navbarSite{
    width: calc(100% - 28px);
    min-height: 72px;
  }

  .marcaSite{
    font-size: 13px;
  }

  .heroInstitucional{
    padding: 104px 18px 0;
    background-image:
      linear-gradient(180deg, rgba(7, 19, 7, .3) 0%, rgba(7, 19, 7, .74) 44%, rgba(7, 19, 7, .96) 100%),
      url("../img/fundoHeroSectionSI.png");
    background-position: 64% top;
  }

  .conteudoHeroInstitucional{
    padding-top: min(66vw, 330px);
    padding-bottom: 36px;
    text-align: center;
  }

  .etiquetaHeroInstitucional{
    justify-content: center;
    font-size: 9px;
  }

  .conteudoHeroInstitucional h1{
    font-size: clamp(37px, 11.2vw, 52px);
  }

  .linhaHeroInstitucional,
  .textoHeroInstitucional{
    margin-left: auto;
    margin-right: auto;
  }

  .textoHeroInstitucional{
    font-size: 17px;
  }

  .botoesHeroInstitucional{
    flex-direction: column;
    width: min(330px, 100%);
    margin: 0 auto;
  }

  .botaoHero{
    width: 100%;
  }

  .rodapeHeroInstitucional{
    grid-template-columns: 1fr;
    width: min(430px, 100%);
  }

  .itemRodapeHero{
    min-height: 96px;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 190, 120, .24);
  }

  .itemRodapeHero:nth-last-child(-n + 2){
    border-bottom: 1px solid rgba(234, 190, 120, .24);
  }

  .itemRodapeHero:last-child{
    border-bottom: 0;
  }

  .sobreOInstituto{
    min-height: auto;
    padding: min(70vw, 350px) 18px 48px;
    background-image:
      linear-gradient(180deg, rgba(18, 36, 17, .08) 0%, rgba(18, 36, 17, .62) 34%, rgba(18, 36, 17, .96) 68%, rgba(18, 36, 17, .98) 100%),
      url("../img/fundoSobreOInstituto.png");
    background-position: 67% top;
  }

  .conteudoSobreOInstituto{
    margin: 0 auto;
    text-align: center;
  }

  .conteudoSobreOInstituto h2{
    font-size: clamp(35px, 10.7vw, 50px);
  }

  .linhaSobreOInstituto,
  .conteudoSobreOInstituto p{
    margin-left: auto;
    margin-right: auto;
  }

  .conteudoSobreOInstituto p{
    font-size: 17px;
  }

  .botaoSobreOInstituto{
    width: min(100%, 330px);
    padding: 0 18px;
  }

  .s3SI{
    padding: 52px 18px 44px;
    background-image:
      linear-gradient(180deg, rgba(12, 29, 12, .66) 0%, rgba(12, 29, 12, .9) 38%, rgba(12, 29, 12, .98) 100%),
      url("../img/fundoS3SI.png");
    background-position: 58% top;
  }

  .cabecalhoS3SI{
    margin-bottom: 28px;
  }

  .cabecalhoS3SI h2{
    font-size: clamp(34px, 10.7vw, 50px);
  }

  .cabecalhoS3SI p{
    font-size: 17px;
  }

  .gridS3SI{
    grid-template-columns: 1fr;
    width: min(390px, 100%);
    gap: 14px;
  }

  .cardS3SI{
    min-height: auto;
    padding: 24px 22px;
  }

  .cardS3SI img{
    width: 56px;
    height: 56px;
  }

  .s4SI{
    padding: 52px 18px 44px;
    background-image:
      linear-gradient(180deg, rgba(12, 29, 12, .72) 0%, rgba(12, 29, 12, .92) 38%, rgba(12, 29, 12, .98) 100%),
      url("../img/fundoS3SI.png");
    background-position: 58% top;
  }

  .cabecalhoS4SI{
    margin-bottom: 32px;
  }

  .cabecalhoS4SI h2{
    font-size: clamp(34px, 10.7vw, 50px);
  }

  .cabecalhoS4SI p{
    font-size: 17px;
  }

  .etapasS4SI{
    grid-template-columns: 1fr;
    width: min(390px, 100%);
    gap: 30px;
    margin-bottom: 34px;
  }

  .iconeEtapaS4SI{
    width: 110px;
    height: 110px;
  }

  .iconeEtapaS4SI img{
    width: 56px;
    height: 56px;
  }

  .etapaS4SI p{
    width: min(270px, 100%);
  }

  .botaoS4SI{
    min-height: 54px;
    padding: 0 18px;
    font-size: 12px;
  }

  .menuRodapeMentoria,
  .redesRodapeMentoria{
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
  }

  .sobreSirlei{
    padding: 0 18px 42px;
    background-image: none;
    background-color: #f6ead6;
  }

  .imgMobileSobreSirlei{
    display: block;
    width: calc(100% + 36px);
    max-width: none;
    margin: 0 -18px 34px;
  }

  .conteudoSobreSirlei{
    display: block;
    width: min(430px, 100%);
  }

  .textoSobreSirlei{
    padding: 0;
    text-align: center;
  }

  .textoSobreSirlei h2{
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .subtituloSobreSirlei{
    font-size: clamp(22px, 7vw, 30px) !important;
  }

  .textoSobreSirlei p{
    font-size: 17px;
  }

  .pilaresSobreSirlei{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(360px, 100%);
    margin: 30px auto 0;
    gap: 16px;
  }

  .pilarSobreSirlei{
    grid-template-columns: 40px 1fr;
    width: min(260px, 100%);
    padding: 0;
    text-align: left;
  }

  .pilarSobreSirlei img{
    width: 36px;
    height: 36px;
  }

  .s5SI{
    padding: 46px 18px 24px;
  }

  .s5SI::before{
    font-size: 76px;
    opacity: .7;
  }

  .cabecalhoS5SI{
    margin-bottom: 26px;
  }

  .cabecalhoS5SI > span{
    gap: 10px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  .cabecalhoS5SI > span::before,
  .cabecalhoS5SI > span::after{
    width: 36px;
  }

  .cabecalhoS5SI h2{
    font-size: clamp(38px, 12vw, 52px);
  }

  .cabecalhoS5SI p{
    font-size: 17px;
  }

  .carrosselLivrosSI{
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .trilhaLivrosSI{
    gap: 18px;
  }

  .livroSI{
    flex-basis: 100%;
  }

  .setaLivrosSI{
    width: 40px;
    height: 40px;
  }

  .setaLivrosSI::before{
    width: 10px;
    height: 10px;
  }

  .botaoLivroSI{
    min-height: 46px;
    letter-spacing: .1em;
  }

  .rodapeS5SI{
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(430px, 100%);
    padding: 22px 20px;
    text-align: center;
  }

  .rodapeS5SI img{
    width: 58px;
    height: 58px;
  }

  .rodapeS5SI p:last-child{
    grid-column: auto;
  }
}

@media (max-width: 420px){
  .marcaSite{
    max-width: 210px;
    white-space: normal;
  }

  .conteudoHeroInstitucional h1{
    font-size: clamp(33px, 10.6vw, 42px);
  }

  .etiquetaHeroInstitucional{
    align-items: flex-start;
  }

  .logoRodapeMentoria{
    width: 128px;
  }

  .rodapeMentoria h2{
    font-size: 24px;
  }
}
