.header-nav-wrapper {
  display: contents;
}
 
.header-nav-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.header-nav-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.header-nav-navlink1 {
  display: contents;
}
 
.header-nav-image1 {
  width: 123px;
  height: 69px;
  object-fit: cover;
  text-decoration: none;
}
 
.header-nav-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.header-nav-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.header-nav-link31 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
 
.header-nav-link41 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
 
.header-nav-burger-menu {
  display: none;
}
 
.header-nav-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.header-nav-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.header-nav-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.header-nav-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.header-nav-navlink2 {
  display: contents;
}
 
.header-nav-image2 {
  width: 132px;
  height: 74px;
  object-fit: cover;
  text-decoration: none;
}
 
.header-nav-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.header-nav-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.header-nav-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.header-nav-link32 {
  text-decoration: none;
}
 
.header-nav-link42 {
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment10 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text100 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-family: "Inter";
}
 
.jf-alcorrego-maranhao-fragment11 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text101 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
}
 
.header-navroot-class-name {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 

 

 

 

 

 

 

 

 
@media(max-width: 1200px) {
  .header-nav-link31 {
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .header-nav-image2 {
    width: 120px;
    height: 67px;
  }
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-alcorrego-maranhao-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
}
 
@media(max-width: 991px) {
  .header-nav-image2 {
    width: 93px;
    height: 52px;
  }
  .header-nav-link32 {
    font-style: normal;
    font-weight: 700;
  }
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .header-nav-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .header-nav-desktop-menu {
    display: none;
  }
  .header-nav-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-nav-image2 {
    width: 135px;
    height: 76px;
  }
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .header-nav-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .header-nav-image1 {
    width: 59px;
    height: 33px;
  }
  .header-nav-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .header-nav-image2 {
    width: 55px;
    height: 29px;
    padding-left: 0px;
  }
  .header-nav-link32 {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .header-nav-link42 {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .jf-alcorrego-maranhao-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
}

.banner-jf-alcorrego-wrapper {
  display: contents;
}
 
.banner-jf-alcorrego-container1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.banner-jf-alcorrego-container2 {
  width: 100%;
  height: 456px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  justify-content: center;
  background-image: url("public/banner_jm_alcorrego_maranhao_2-500h.jpg");
  background-repeat: no-repeat;
  background-position: top;
}
 
.banner-jf-alcorrego-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.banner-jf-alcorrego-container3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
 
.banner-jf-alcorrego-text1 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
}
 
.banner-jf-alcorrego-title {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment12 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text102 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment13 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text103 {
  display: inline-block;
}
 

 
@media(max-width: 991px) {
  .banner-jf-alcorrego-container2 {
    background-size: cover;
    background-image: url("public/banner_jm_alcorrego_maranhao_2-500h.jpg");
  }
}
 
@media(max-width: 767px) {
  .banner-jf-alcorrego-container2 {
    background-size: cover;
    background-image: url("public/banner_jm_alcorrego_maranhao_2-500h.jpg");
    background-position: top;
  }
  .banner-jf-alcorrego-max-width {
    width: auto;
  }
}
 
@media(max-width: 479px) {
  .banner-jf-alcorrego-container2 {
    height: 207px;
    background-size: cover;
    background-image: url("public/banner_jm_alcorrego_maranhao_2-500h.jpg");
    background-repeat: no-repeat;
    background-position: top;
  }
  .banner-jf-alcorrego-max-width {
    width: auto;
    flex-wrap: wrap;
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
}

.equipa-jf-alcorrego-wrapper {
  display: contents;
}
 
.equipa-jf-alcorrego-layout302 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent1);
}
 
.equipa-jf-alcorrego-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.equipa-jf-alcorrego-section-title {
  width: auto;
  align-items: flex-start;
}
 
.equipa-jf-alcorrego-text10 {
  text-align: left;
}
 
.equipa-jf-alcorrego-content1 {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.equipa-jf-alcorrego-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.equipa-jf-alcorrego-feature1 {
  align-items: flex-start;
}
 
.equipa-jf-alcorrego-feature2 {
  align-items: flex-start;
}
 
.equipa-jf-alcorrego-description12 {
  font-family: "Inter";
}
 
.jf-alcorrego-maranhao-fragment16 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text117 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-alcorrego-maranhao-fragment14 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text104 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment15 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text105 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 

 
@media(max-width: 767px) {
  .equipa-jf-alcorrego-section-title {
    width: auto;
    height: auto;
  }
  .equipa-jf-alcorrego-content1 {
    width: auto;
    height: auto;
  }
  .equipa-jf-alcorrego-row {
    width: auto;
    height: auto;
    place-items: start;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .equipa-jf-alcorrego-feature1 {
    width: auto;
    height: auto;
  }
  .equipa-jf-alcorrego-content2 {
    width: auto;
    height: auto;
  }
  .equipa-jf-alcorrego-description11 {
    display: flex;
    flex-wrap: wrap;
  }
  .equipa-jf-alcorrego-feature2 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .equipa-jf-alcorrego-content3 {
    width: auto;
    height: 100%;
    flex-wrap: wrap;
  }
  .equipa-jf-alcorrego-description12 {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 479px) {
  .equipa-jf-alcorrego-layout302 {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .equipa-jf-alcorrego-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .equipa-jf-alcorrego-description11 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .equipa-jf-alcorrego-description12 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .equipa-jf-alcorregoroot-class-name {
    padding: var(--dl-layout-space-threeunits);
  }
}

.programa1-wrapper {
  display: contents;
}
 
.programa1faq7 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.programa1-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.programa1-section-title {
  align-self: flex-start;
}
 
.programa1-text10 {
  align-self: flex-start;
}
 
.programa1-text11 {
  align-self: flex-start;
  text-align: left;
}
 
.programa1-text12 {
  align-self: flex-start;
  text-align: left;
}
 
.programa1-faq1-answer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.jf-alcorrego-maranhao-fragment18 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text130 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment20 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text132 {
  display: inline-block;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-alcorrego-maranhao-fragment19 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text131 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment17 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text129 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 

 

 

 

 

 

 

 
@media(max-width: 1200px) {
  .programa1-faq1-answer {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
 
@media(max-width: 991px) {
  .programa1-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .programa1-section-title {
    width: 818px;
    flex-wrap: wrap;
  }
  .programa1-faq1-answer {
    width: 100%;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 5px;
  }
  .programa1root-class-name {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .programa1faq7 {
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
  }
  .programa1-section-title {
    width: 100%;
    padding-right: 0px;
  }
  .programa1-text11 {
    text-align: left;
  }
  .programa1-text12 {
    text-align: left;
  }
  .programa1-faq1-answer {
    width: auto;
    flex-wrap: wrap;
  }
}
 
@media(max-width: 479px) {
  .programa1faq7 {
    width: auto;
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1-max-width {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa1-section-title {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .programa1-text10 {
    width: auto;
  }
  .programa1-text11 {
    width: auto;
    margin-right: 0px;
  }
  .programa1-text12 {
    width: auto;
  }
  .programa1-faq1-answer {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    margin-left: 0t;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name2 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name3 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name5 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name6 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
}

.programa-jf-alcorrego-wrapper {
  display: contents;
}
 
.programa-jf-alcorrego-team8 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.programa-jf-alcorrego-title10 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
 
.programa-jf-alcorrego-text100 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-title11 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-text101 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width1 {
  gap: var(--dl-layout-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content10 {
  width: auto;
  height: auto;
  display: flex;
}
 
.programa-jf-alcorrego-card10 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content11 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text102 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card11 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content12 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.programa-jf-alcorrego-text103 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title12 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-text104 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width2 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content13 {
  width: auto;
  height: auto;
  display: flex;
}
 
.programa-jf-alcorrego-card12 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.programa-jf-alcorrego-text105 {
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text106 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title13 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-text107 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width3 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content16 {
  width: 100%;
  height: 100%;
  display: flex;
}
 
.programa-jf-alcorrego-card14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content17 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text108 {
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card15 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content18 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text109 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title14 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-text110 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width4 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content19 {
  width: auto;
  height: auto;
  display: flex;
}
 
.programa-jf-alcorrego-card16 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content20 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text111 {
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card17 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content21 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text112 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title15 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-text113 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width5 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content22 {
  width: auto;
  height: auto;
  display: flex;
  align-items: stretch;
}
 
.programa-jf-alcorrego-card18 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content23 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text114 {
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card19 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content24 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text115 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title16 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
 
.programa-jf-alcorrego-text116 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width6 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  margin-top: var(--dl-layout-space-unit);
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content25 {
  width: auto;
  height: auto;
  display: flex;
}
 
.programa-jf-alcorrego-card20 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content26 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text117 {
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card21 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content27 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text118 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title17 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
 
.programa-jf-alcorrego-text119 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width7 {
  gap: var(--dl-layout-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content28 {
  width: 100%;
  height: 100%;
  display: flex;
}
 
.programa-jf-alcorrego-card22 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content29 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text120 {
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card23 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content30 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text121 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title18 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
 
.programa-jf-alcorrego-text122 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-max-width8 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-alcorrego-content31 {
  width: 100%;
  height: 100%;
  display: flex;
}
 
.programa-jf-alcorrego-card24 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content32 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text123 {
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-alcorrego-card25 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content33 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text124 {
  font-family: "Inter";
}
 
.programa-jf-alcorrego-title19 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 00px;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text125 {
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-alcorrego-content34 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-alcorrego-content35 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.programa-jf-alcorrego-text126 {
  align-self: center;
  text-align: center;
  line-height: 1.15;
  font-stretch: normal;
}
 
.programa-jf-alcorrego-text127 {
  align-self: center;
  text-align: center;
}
 
.programa-jf-alcorrego-button {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment27 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text144 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment36 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text175 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text176 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text180 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment24 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text141 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment40 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text225 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text226 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text230 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment37 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text181 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text182 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text186 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text190 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text194 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text198 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment43 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text261 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text262 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text266 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text270 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment49 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text331 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text332 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment47 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text310 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text311 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text315 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text319 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text323 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment31 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text148 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment22 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text139 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment41 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text232 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment38 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text200 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text201 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text205 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text209 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text212 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text216 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment25 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text142 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment34 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text157 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text158 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text162 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment26 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text143 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment39 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text218 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text219 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text223 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment35 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text164 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text165 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text169 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text173 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment42 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text233 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text234 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text238 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text242 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text245 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text249 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text253 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text256 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text259 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment23 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text140 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment30 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text147 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 35px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment44 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text272 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text273 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text276 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text277 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text281 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text282 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text283 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text284 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text287 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text291 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text295 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment46 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text304 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment29 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text146 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 30px;
  align-self: center;
  text-align: center;
  font-family: "Inter";
  line-height: 1.15;
}
 
.jf-alcorrego-maranhao-fragment21 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text138 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment32 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text149 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text150 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text152 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text153 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text154 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment28 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text145 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment33 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text156 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  align-self: center;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment48 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text325 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment45 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text297 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text298 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text302 {
  font-weight: 700;
}
 

 
@media(max-width: 1200px) {
  .programa-jf-alcorrego-max-width1 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-max-width2 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content13 {
    width: 1038px;
    height: 204px;
  }
  .programa-jf-alcorrego-max-width3 {
    height: 321px;
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content16 {
    width: 1042px;
  }
  .programa-jf-alcorrego-max-width4 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content19 {
    width: 1049px;
  }
  .programa-jf-alcorrego-max-width5 {
    height: 196px;
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content22 {
    width: 1038px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-max-width6 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content25 {
    width: 1040px;
    height: 536px;
  }
  .programa-jf-alcorrego-max-width7 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content28 {
    width: 1032px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-max-width8 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-alcorrego-content31 {
    width: 1033px;
  }
}
 
@media(max-width: 991px) {
  .programa-jf-alcorrego-title10 {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-title11 {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width1 {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content10 {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card10 {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content11 {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text102 {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .programa-jf-alcorrego-card11 {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content12 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text103 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title12 {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width2 {
    width: auto;
  }
  .programa-jf-alcorrego-content13 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card12 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-alcorrego-content14 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text105 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card13 {
    height: auto;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content15 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text106 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title13 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width3 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content16 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card14 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-alcorrego-content17 {
    height: auto;
  }
  .programa-jf-alcorrego-text108 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card15 {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content18 {
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text109 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title14 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width4 {
    width: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content19 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card16 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-alcorrego-content20 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text111 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card17 {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content21 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text112 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title15 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width5 {
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content22 {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card18 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-alcorrego-text114 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card19 {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-text115 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title16 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width6 {
    width: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content25 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card20 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-alcorrego-content26 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text117 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card21 {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content27 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text118 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title17 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width7 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content28 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card22 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-alcorrego-content29 {
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text120 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card23 {
    height: auto;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-text121 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title18 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-max-width8 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content31 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card24 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: 5px;
  }
  .programa-jf-alcorrego-content32 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text123 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card25 {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content33 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-text124 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-alcorrego-title19 {
    flex-wrap: wrap;
  }
}
 
@media(max-width: 767px) {
  .programa-jf-alcorrego-content13 {
    width: auto;
    height: auto;
  }
  .programa-jf-alcorrego-card12 {
    height: auto;
  }
}
 
@media(max-width: 479px) {
  .programa-jf-alcorrego-team8 {
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-title10 {
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text100 {
    width: auto;
    height: auto;
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-alcorrego-title11 {
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text101 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content10 {
    width: 385px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card10 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .programa-jf-alcorrego-content11 {
    width: 388px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text102 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card11 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content12 {
    width: 379px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 2px;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text103 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title12 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text104 {
    width: auto;
    height: auto;
    display: flex;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width2 {
    height: 343px;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content13 {
    width: 378px;
    height: 337px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card12 {
    width: 383px;
    height: 191px;
    display: flex;
    flex-wrap: wrap;
  }
  .programa-jf-alcorrego-content14 {
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text105 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .programa-jf-alcorrego-card13 {
    width: 379px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
  }
  .programa-jf-alcorrego-content15 {
    width: 100%;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text106 {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-title13 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text107 {
    width: auto;
    height: auto;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width3 {
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content16 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card14 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content17 {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text108 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card15 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-content18 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text109 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title14 {
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text110 {
    width: auto;
    height: auto;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width4 {
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content19 {
    width: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card16 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content20 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text111 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card17 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-content21 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text112 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title15 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text113 {
    width: auto;
    height: auto;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width5 {
    height: 369px;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content22 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card18 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content23 {
    width: auto;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text114 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card19 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-content24 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text115 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title16 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text116 {
    width: auto;
    height: auto;
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width6 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content25 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card20 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content26 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text117 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card21 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-content27 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text118 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title17 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text119 {
    width: auto;
    height: auto;
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width7 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content28 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card22 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content29 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text120 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card23 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-content30 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text121 {
    width: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title18 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-text122 {
    width: auto;
    height: auto;
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-alcorrego-max-width8 {
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-alcorrego-content31 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-card24 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-alcorrego-content32 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-text123 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-alcorrego-card25 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-alcorrego-content33 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-alcorrego-text124 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-alcorrego-title19 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .programa-jf-alcorrego-text125 {
    width: auto;
    height: auto;
    text-align: left;
  }
  .programa-jf-alcorrego-content34 {
    height: auto;
  }
  .programa-jf-alcorrego-button {
    width: 100%;
  }
  .jf-alcorrego-maranhao-text232 {
    color: var(--dl-color-theme-neutral-light);
    font-family: Inter;
  }
}

.footer2-wrapper {
  display: contents;
}
 
.footer2-footer2 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer2-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-content {
  gap: var(--dl-layout-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.footer2-links {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}
 
.footer2-column {
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-image1 {
  width: auto;
  height: 76px;
  object-fit: cover;
}
 
.footer2-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.footer2-column2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-column2-title {
  font-family: "Inter";
}
 
.footer2-footer-links {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-link6 {
  font-family: "Inter";
}
 
.footer2-link7 {
  font-family: "Inter";
}
 
.footer2-link8 {
  font-family: "Inter";
  text-decoration: none;
}
 
.footer2-credits1 {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-row {
  gap: 64px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer2-credits2 {
  gap: 24px;
  display: flex;
  align-items: center;
}
 
.footer2-content3 {
  font-family: "Inter";
}
 
.footer2-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.footer2-link1 {
  display: contents;
}
 
.footer2-icon1 {
  text-decoration: none;
}
 
.footer2-link2 {
  display: contents;
}
 
.footer2-icon3 {
  text-decoration: none;
}
 
.footer2-link3 {
  display: contents;
}
 
.footer2-image2 {
  width: 23px;
  height: 23px;
  object-fit: cover;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment50 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text339 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment53 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text344 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment51 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text340 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment52 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text343 {
  display: inline-block;
  font-family: "Inter";
}
 

 

 

 

 

 

 

 

 
@media(max-width: 1200px) {
  .footer2-max-width {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .footer2-content {
    flex-direction: column;
  }
  .footer2-links {
    gap: var(--dl-layout-space-fiveunits);
    width: 100%;
  }
  .footer2-container {
    gap: var(--dl-layout-space-unit);
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .footer2-content {
    flex-direction: column;
  }
  .footer2-links {
    gap: var(--dl-layout-space-threeunits);
    width: 100%;
    flex-direction: column;
  }
  .footer2-container {
    width: 100%;
    justify-content: flex-start;
  }
  .footer2-column2 {
    flex: 1;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
  .footer2-footer-links {
    align-self: flex-start;
  }
  .footer2-row {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer2-credits2 {
    width: 100%;
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .footer2-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer2-links {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer2-container {
    gap: var(--dl-layout-space-halfunit);
    flex-direction: column;
  }
  .footer2-column2 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer2-column2-title {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-footer-links {
    align-self: flex-start;
    align-items: center;
    justify-content: center;
  }
  .footer2-link6 {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-link7 {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-link8 {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-row {
    align-items: center;
    justify-content: center;
  }
  .footer2-credits2 {
    flex-direction: column;
  }
  .footer2-content3 {
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text339 {
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text344 {
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .jf-alcorrego-maranhao-text341 {
    font-family: Inter;
  }
}

.jf-alcorrego-maranhao-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.jf-alcorrego-maranhao-fragment10 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text100 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-family: "Inter";
}
 
.jf-alcorrego-maranhao-fragment11 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text101 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment12 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text102 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment13 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text103 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment14 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text104 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment15 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text105 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-alcorrego-maranhao-fragment16 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text117 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-alcorrego-maranhao-fragment17 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text129 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment18 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text130 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment19 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text131 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment20 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text132 {
  display: inline-block;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-alcorrego-maranhao-fragment21 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text138 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment22 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text139 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment23 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text140 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment24 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text141 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment25 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text142 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment26 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text143 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment27 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text144 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment28 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text145 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
}
 
.jf-alcorrego-maranhao-fragment29 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text146 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 30px;
  align-self: center;
  text-align: center;
  font-family: "Inter";
  line-height: 1.15;
}
 
.jf-alcorrego-maranhao-fragment30 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text147 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 35px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-alcorrego-maranhao-fragment31 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text148 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment32 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text149 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text150 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text152 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text153 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text154 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment33 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text156 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  align-self: center;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-alcorrego-maranhao-fragment34 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text157 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text158 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text162 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment35 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text164 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text165 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text169 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text173 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment36 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text175 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text176 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text180 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment37 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text181 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text182 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text186 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text190 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text194 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text198 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment38 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text200 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text201 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text205 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text209 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text212 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text216 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment39 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text218 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text219 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text223 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment40 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text225 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text226 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text230 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment41 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text232 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment42 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text233 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text234 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text238 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text242 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text245 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text249 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text253 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text256 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text259 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment43 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text261 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text262 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text266 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text270 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment44 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text272 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text273 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text276 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text277 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text281 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text282 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text283 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text284 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text287 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text291 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text295 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment45 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text297 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text298 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text302 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment46 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text304 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment47 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text310 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text311 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text315 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text319 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-text323 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment48 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text325 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment49 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text331 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-text332 {
  font-weight: 700;
}
 
.jf-alcorrego-maranhao-fragment50 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text339 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment51 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text340 {
  display: inline-block;
}
 
.jf-alcorrego-maranhao-fragment52 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text343 {
  display: inline-block;
  font-family: "Inter";
}
 
.jf-alcorrego-maranhao-fragment53 {
  display: contents;
}
 
.jf-alcorrego-maranhao-text344 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-alcorrego-maranhao-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
}
 
@media(max-width: 991px) {
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .jf-alcorrego-maranhao-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .jf-alcorrego-maranhao-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-alcorrego-maranhao-text232 {
    color: var(--dl-color-theme-neutral-light);
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text339 {
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text341 {
    font-family: Inter;
  }
  .jf-alcorrego-maranhao-text344 {
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
}
