.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-benavila-valongo-fragment10 {
  display: contents;
}
 
.jf-benavila-valongo-text100 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-family: "Inter";
}
 
.jf-benavila-valongo-fragment11 {
  display: contents;
}
 
.jf-benavila-valongo-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-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-benavila-valongo-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-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-family: Inter;
  }
  .jf-benavila-valongo-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-benavila-valongo-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-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .jf-benavila-valongo-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
}

.banner-jf-benavila-valongo-wrapper {
  display: contents;
}
 
.banner-jf-benavila-valongo-container1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.banner-jf-benavila-valongo-container2 {
  width: 1600px;
  height: 373px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  justify-content: center;
  background-image: url("public/banner_jm_benavila_valongo_2-1600w.jpg");
  background-repeat: no-repeat;
  background-position: top;
}
 
.banner-jf-benavila-valongo-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-benavila-valongo-container3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
 
.banner-jf-benavila-valongo-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-benavila-valongo-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-benavila-valongo-fragment13 {
  display: contents;
}
 
.jf-benavila-valongo-text103 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment12 {
  display: contents;
}
 
.jf-benavila-valongo-text102 {
  display: inline-block;
}
 

 
@media(max-width: 1200px) {
  .banner-jf-benavila-valongo-container2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
 
@media(max-width: 991px) {
  .banner-jf-benavila-valongo-container2 {
    background-size: contain;
    background-image: url("public/banner_jm_benavila_valongo_2-1600w.jpg");
  }
}
 
@media(max-width: 479px) {
  .banner-jf-benavila-valongo-container2 {
    height: 207px;
    background-size: contain;
    background-image: url("public/banner_jm_benavila_valongo_2-1600w.jpg");
    background-repeat: no-repeat;
    background-position: top;
  }
  .banner-jf-benavila-valongo-max-width {
    width: auto;
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
}

.equipa-jf-benavila-valongo-wrapper {
  display: contents;
}
 
.equipa-jf-benavila-valongo-layout302 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent1);
}
 
.equipa-jf-benavila-valongo-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.equipa-jf-benavila-valongo-section-title {
  align-items: flex-start;
}
 
.equipa-jf-benavila-valongo-text10 {
  text-align: left;
}
 
.equipa-jf-benavila-valongo-content1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.equipa-jf-benavila-valongo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.equipa-jf-benavila-valongo-feature1 {
  align-items: flex-start;
}
 
.equipa-jf-benavila-valongo-feature2 {
  align-items: flex-start;
}
 
.equipa-jf-benavila-valongo-description12 {
  font-family: "Inter";
}
 
.jf-benavila-valongo-fragment15 {
  display: contents;
}
 
.jf-benavila-valongo-text105 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-benavila-valongo-fragment14 {
  display: contents;
}
 
.jf-benavila-valongo-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-benavila-valongo-fragment16 {
  display: contents;
}
 
.jf-benavila-valongo-text118 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 

 
@media(max-width: 767px) {
  .equipa-jf-benavila-valongo-max-width {
    width: 100%;
    height: auto;
  }
  .equipa-jf-benavila-valongo-section-title {
    width: 100%;
    height: auto;
  }
  .equipa-jf-benavila-valongo-text10 {
    width: 100%;
    height: auto;
  }
  .equipa-jf-benavila-valongo-content1 {
    width: auto;
    height: auto;
  }
  .equipa-jf-benavila-valongo-row {
    width: auto;
    height: auto;
    place-items: start;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .equipa-jf-benavila-valongo-feature1 {
    width: auto;
    height: auto;
  }
  .equipa-jf-benavila-valongo-content2 {
    width: auto;
    height: auto;
  }
  .equipa-jf-benavila-valongo-description11 {
    width: auto;
    height: auto;
  }
  .equipa-jf-benavila-valongo-feature2 {
    width: auto;
    height: auto;
  }
  .equipa-jf-benavila-valongo-content3 {
    width: auto;
    height: auto;
  }
  .equipa-jf-benavila-valongo-description12 {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 479px) {
  .equipa-jf-benavila-valongo-layout302 {
    flex-wrap: wrap;
    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-benavila-valongo-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-wrap: wrap;
  }
  .equipa-jf-benavila-valongo-content1 {
    flex-wrap: wrap;
  }
}

.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-benavila-valongo-fragment18 {
  display: contents;
}
 
.jf-benavila-valongo-text128 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
}
 
.jf-benavila-valongo-fragment20 {
  display: contents;
}
 
.jf-benavila-valongo-text130 {
  display: inline-block;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-benavila-valongo-fragment19 {
  display: contents;
}
 
.jf-benavila-valongo-text129 {
  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-benavila-valongo-fragment17 {
  display: contents;
}
 
.jf-benavila-valongo-text127 {
  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-benavila-valongo-wrapper {
  display: contents;
}
 
.programa-jf-benavila-valongo-team8 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.programa-jf-benavila-valongo-title1 {
  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-benavila-valongo-text100 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-max-width1 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  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-benavila-valongo-content10 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-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-benavila-valongo-text101 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-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-benavila-valongo-text102 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
}
 
.programa-jf-benavila-valongo-title2 {
  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-benavila-valongo-text103 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-content13 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-benavila-valongo-card12 {
  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-benavila-valongo-content14 {
  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-benavila-valongo-text104 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-content15 {
  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-benavila-valongo-text105 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  text-align: left;
  font-family: "Inter";
}
 
.programa-jf-benavila-valongo-title3 {
  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-benavila-valongo-text106 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-max-width3 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  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-benavila-valongo-content16 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-benavila-valongo-card14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-benavila-valongo-content17 {
  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-benavila-valongo-text107 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-benavila-valongo-card15 {
  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-benavila-valongo-content18 {
  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-benavila-valongo-text108 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-benavila-valongo-title4 {
  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-benavila-valongo-text109 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-max-width4 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  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-benavila-valongo-content19 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-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-benavila-valongo-text110 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-benavila-valongo-card17 {
  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-benavila-valongo-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-benavila-valongo-text111 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-benavila-valongo-title5 {
  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-benavila-valongo-text112 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-max-width5 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  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-benavila-valongo-content22 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-content23 {
  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-benavila-valongo-text113 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-content24 {
  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-benavila-valongo-text114 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-benavila-valongo-title6 {
  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-benavila-valongo-text115 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-max-width6 {
  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-benavila-valongo-content25 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-content26 {
  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-benavila-valongo-text116 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-benavila-valongo-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-benavila-valongo-content27 {
  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-benavila-valongo-text117 {
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-benavila-valongo-title7 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-benavila-valongo-text118 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-benavila-valongo-content28 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-benavila-valongo-content29 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.programa-jf-benavila-valongo-text119 {
  align-self: center;
  text-align: center;
  line-height: 1.15;
  font-stretch: normal;
}
 
.programa-jf-benavila-valongo-text120 {
  align-self: center;
  text-align: center;
}
 
.programa-jf-benavila-valongo-button {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}
 
.jf-benavila-valongo-fragment27 {
  display: contents;
}
 
.jf-benavila-valongo-text142 {
  display: inline-block;
}
 
.jf-benavila-valongo-text143 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text145 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text146 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text147 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text149 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text150 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text151 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment33 {
  display: contents;
}
 
.jf-benavila-valongo-text174 {
  display: inline-block;
}
 
.jf-benavila-valongo-text175 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment39 {
  display: contents;
}
 
.jf-benavila-valongo-text215 {
  display: inline-block;
}
 
.jf-benavila-valongo-text216 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text218 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text219 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text220 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text221 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text223 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text225 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment25 {
  display: contents;
}
 
.jf-benavila-valongo-text140 {
  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-benavila-valongo-fragment34 {
  display: contents;
}
 
.jf-benavila-valongo-text177 {
  display: inline-block;
}
 
.jf-benavila-valongo-text179 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text180 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text182 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment38 {
  display: contents;
}
 
.jf-benavila-valongo-text204 {
  display: inline-block;
}
 
.jf-benavila-valongo-text205 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text207 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text208 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text209 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text211 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text213 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment23 {
  display: contents;
}
 
.jf-benavila-valongo-text138 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment37 {
  display: contents;
}
 
.jf-benavila-valongo-text191 {
  display: inline-block;
}
 
.jf-benavila-valongo-text192 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text194 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text195 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text197 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text199 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text200 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text202 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment22 {
  display: contents;
}
 
.jf-benavila-valongo-text137 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment24 {
  display: contents;
}
 
.jf-benavila-valongo-text139 {
  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-benavila-valongo-fragment42 {
  display: contents;
}
 
.jf-benavila-valongo-text241 {
  display: inline-block;
}
 
.jf-benavila-valongo-text242 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text244 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text245 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text246 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment29 {
  display: contents;
}
 
.jf-benavila-valongo-text154 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment41 {
  display: contents;
}
 
.jf-benavila-valongo-text234 {
  display: inline-block;
}
 
.jf-benavila-valongo-text235 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text237 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text238 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text239 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment35 {
  display: contents;
}
 
.jf-benavila-valongo-text184 {
  display: inline-block;
}
 
.jf-benavila-valongo-text185 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment40 {
  display: contents;
}
 
.jf-benavila-valongo-text227 {
  display: inline-block;
}
 
.jf-benavila-valongo-text228 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text230 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text231 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text232 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment30 {
  display: contents;
}
 
.jf-benavila-valongo-text155 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment32 {
  display: contents;
}
 
.jf-benavila-valongo-text167 {
  display: inline-block;
}
 
.jf-benavila-valongo-text168 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text172 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment26 {
  display: contents;
}
 
.jf-benavila-valongo-text141 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment28 {
  display: contents;
}
 
.jf-benavila-valongo-text153 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment21 {
  display: contents;
}
 
.jf-benavila-valongo-text136 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment31 {
  display: contents;
}
 
.jf-benavila-valongo-text156 {
  display: inline-block;
}
 
.jf-benavila-valongo-text157 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text159 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text160 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text161 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text163 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text164 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text165 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment36 {
  display: contents;
}
 
.jf-benavila-valongo-text190 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 

 
@media(max-width: 1200px) {
  .programa-jf-benavila-valongo-max-width1 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-benavila-valongo-max-width2 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-benavila-valongo-max-width3 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-benavila-valongo-max-width4 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-benavila-valongo-max-width5 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-benavila-valongo-max-width6 {
    height: 550px;
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-benavila-valongo-title7 {
    height: 50px;
  }
}
 
@media(max-width: 991px) {
  .programa-jf-benavila-valongo-title1 {
    flex-wrap: wrap;
  }
  .programa-jf-benavila-valongo-max-width1 {
    height: auto;
  }
  .programa-jf-benavila-valongo-content10 {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card10 {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content11 {
    width: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-benavila-valongo-text101 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card11 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content12 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
  }
  .programa-jf-benavila-valongo-text102 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-max-width2 {
    width: 100%;
  }
  .programa-jf-benavila-valongo-content13 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card12 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-benavila-valongo-content14 {
    height: auto;
  }
  .programa-jf-benavila-valongo-text104 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card13 {
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content15 {
    align-self: flex-start;
  }
  .programa-jf-benavila-valongo-text105 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-content16 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card14 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-benavila-valongo-content17 {
    height: auto;
  }
  .programa-jf-benavila-valongo-text107 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card15 {
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content18 {
    align-self: flex-start;
  }
  .programa-jf-benavila-valongo-text108 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-content19 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card16 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-benavila-valongo-text110 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card17 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-text111 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-content22 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .programa-jf-benavila-valongo-card18 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-benavila-valongo-text113 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card19 {
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-text114 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-max-width6 {
    width: 100%;
    height: auto;
  }
  .programa-jf-benavila-valongo-content25 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card20 {
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-benavila-valongo-content26 {
    height: auto;
  }
  .programa-jf-benavila-valongo-text116 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card21 {
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content27 {
    flex-wrap: wrap;
    align-self: flex-start;
  }
  .programa-jf-benavila-valongo-text117 {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-title7 {
    height: auto;
  }
  .programa-jf-benavila-valongo-content29 {
    width: auto;
    height: auto;
  }
  .jf-benavila-valongo-text234 {
    text-align: left;
  }
  .jf-benavila-valongo-text184 {
    align-self: flex-start;
  }
}
 
@media(max-width: 479px) {
  .programa-jf-benavila-valongo-team8 {
    flex-wrap: wrap;
  }
  .programa-jf-benavila-valongo-title1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-text100 {
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-benavila-valongo-max-width1 {
    height: 440px;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-content10 {
    width: 385px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-card10 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .programa-jf-benavila-valongo-content11 {
    width: 388px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text101 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card11 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content12 {
    width: 379px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 2px;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text102 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-benavila-valongo-title2 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-text103 {
    text-align: left;
  }
  .programa-jf-benavila-valongo-max-width2 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-content13 {
    width: 391px;
    height: 198px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-card12 {
    height: 126px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content14 {
    width: 391px;
    height: 187px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text104 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-card13 {
    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-benavila-valongo-content15 {
    width: 388px;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-benavila-valongo-text105 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-benavila-valongo-title3 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-text106 {
    text-align: left;
  }
  .programa-jf-benavila-valongo-max-width3 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-content16 {
    width: 391px;
    height: 259px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-card14 {
    height: 128px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content17 {
    width: 391px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text107 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-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-benavila-valongo-content18 {
    width: 388px;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-benavila-valongo-text108 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-benavila-valongo-title4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-text109 {
    text-align: left;
  }
  .programa-jf-benavila-valongo-max-width4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-content19 {
    width: 391px;
    height: 427px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-card16 {
    height: 189px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content20 {
    width: 391px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text110 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-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-benavila-valongo-content21 {
    width: 388px;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-benavila-valongo-text111 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-benavila-valongo-title5 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-text112 {
    text-align: left;
  }
  .programa-jf-benavila-valongo-max-width5 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-content22 {
    width: 391px;
    height: 308px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .programa-jf-benavila-valongo-card18 {
    height: 154px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content23 {
    width: 391px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text113 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-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-benavila-valongo-content24 {
    width: 388px;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-benavila-valongo-text114 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-benavila-valongo-title6 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-text115 {
    text-align: left;
  }
  .programa-jf-benavila-valongo-max-width6 {
    height: 890px;
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-benavila-valongo-content25 {
    width: 391px;
    height: 354px;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-card20 {
    height: 206px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-benavila-valongo-content26 {
    width: 391px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-benavila-valongo-text116 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-benavila-valongo-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-benavila-valongo-content27 {
    width: 388px;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-benavila-valongo-text117 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-benavila-valongo-title7 {
    height: 122px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .programa-jf-benavila-valongo-text118 {
    text-align: left;
  }
  .programa-jf-benavila-valongo-button {
    width: 100%;
  }
  .jf-benavila-valongo-text138 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
}

.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-benavila-valongo-fragment43 {
  display: contents;
}
 
.jf-benavila-valongo-text248 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment46 {
  display: contents;
}
 
.jf-benavila-valongo-text253 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment44 {
  display: contents;
}
 
.jf-benavila-valongo-text249 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment45 {
  display: contents;
}
 
.jf-benavila-valongo-text252 {
  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-benavila-valongo-text248 {
    font-family: Inter;
  }
  .jf-benavila-valongo-text253 {
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .jf-benavila-valongo-text250 {
    font-family: Inter;
  }
}

.jf-benavila-valongo-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.jf-benavila-valongo-fragment10 {
  display: contents;
}
 
.jf-benavila-valongo-text100 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-family: "Inter";
}
 
.jf-benavila-valongo-fragment11 {
  display: contents;
}
 
.jf-benavila-valongo-text101 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment12 {
  display: contents;
}
 
.jf-benavila-valongo-text102 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment13 {
  display: contents;
}
 
.jf-benavila-valongo-text103 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment14 {
  display: contents;
}
 
.jf-benavila-valongo-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-benavila-valongo-fragment15 {
  display: contents;
}
 
.jf-benavila-valongo-text105 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-benavila-valongo-fragment16 {
  display: contents;
}
 
.jf-benavila-valongo-text118 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-benavila-valongo-fragment17 {
  display: contents;
}
 
.jf-benavila-valongo-text127 {
  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-benavila-valongo-fragment18 {
  display: contents;
}
 
.jf-benavila-valongo-text128 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
}
 
.jf-benavila-valongo-fragment19 {
  display: contents;
}
 
.jf-benavila-valongo-text129 {
  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-benavila-valongo-fragment20 {
  display: contents;
}
 
.jf-benavila-valongo-text130 {
  display: inline-block;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-benavila-valongo-fragment21 {
  display: contents;
}
 
.jf-benavila-valongo-text136 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment22 {
  display: contents;
}
 
.jf-benavila-valongo-text137 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment23 {
  display: contents;
}
 
.jf-benavila-valongo-text138 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment24 {
  display: contents;
}
 
.jf-benavila-valongo-text139 {
  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-benavila-valongo-fragment25 {
  display: contents;
}
 
.jf-benavila-valongo-text140 {
  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-benavila-valongo-fragment26 {
  display: contents;
}
 
.jf-benavila-valongo-text141 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment27 {
  display: contents;
}
 
.jf-benavila-valongo-text142 {
  display: inline-block;
}
 
.jf-benavila-valongo-text143 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text145 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text146 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text147 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text149 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text150 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text151 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment28 {
  display: contents;
}
 
.jf-benavila-valongo-text153 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment29 {
  display: contents;
}
 
.jf-benavila-valongo-text154 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment30 {
  display: contents;
}
 
.jf-benavila-valongo-text155 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-benavila-valongo-fragment31 {
  display: contents;
}
 
.jf-benavila-valongo-text156 {
  display: inline-block;
}
 
.jf-benavila-valongo-text157 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text159 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text160 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text161 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text163 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text164 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text165 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment32 {
  display: contents;
}
 
.jf-benavila-valongo-text167 {
  display: inline-block;
}
 
.jf-benavila-valongo-text168 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text172 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment33 {
  display: contents;
}
 
.jf-benavila-valongo-text174 {
  display: inline-block;
}
 
.jf-benavila-valongo-text175 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment34 {
  display: contents;
}
 
.jf-benavila-valongo-text177 {
  display: inline-block;
}
 
.jf-benavila-valongo-text179 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text180 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text182 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment35 {
  display: contents;
}
 
.jf-benavila-valongo-text184 {
  display: inline-block;
}
 
.jf-benavila-valongo-text185 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment36 {
  display: contents;
}
 
.jf-benavila-valongo-text190 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.jf-benavila-valongo-fragment37 {
  display: contents;
}
 
.jf-benavila-valongo-text191 {
  display: inline-block;
}
 
.jf-benavila-valongo-text192 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text194 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text195 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text197 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text199 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text200 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text202 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment38 {
  display: contents;
}
 
.jf-benavila-valongo-text204 {
  display: inline-block;
}
 
.jf-benavila-valongo-text205 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text207 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text208 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text209 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text211 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text213 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment39 {
  display: contents;
}
 
.jf-benavila-valongo-text215 {
  display: inline-block;
}
 
.jf-benavila-valongo-text216 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text218 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text219 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text220 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text221 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text223 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text225 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment40 {
  display: contents;
}
 
.jf-benavila-valongo-text227 {
  display: inline-block;
}
 
.jf-benavila-valongo-text228 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text230 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text231 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text232 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment41 {
  display: contents;
}
 
.jf-benavila-valongo-text234 {
  display: inline-block;
}
 
.jf-benavila-valongo-text235 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text237 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text238 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text239 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment42 {
  display: contents;
}
 
.jf-benavila-valongo-text241 {
  display: inline-block;
}
 
.jf-benavila-valongo-text242 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text244 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text245 {
  font-weight: 700;
}
 
.jf-benavila-valongo-text246 {
  font-weight: 700;
}
 
.jf-benavila-valongo-fragment43 {
  display: contents;
}
 
.jf-benavila-valongo-text248 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment44 {
  display: contents;
}
 
.jf-benavila-valongo-text249 {
  display: inline-block;
}
 
.jf-benavila-valongo-fragment45 {
  display: contents;
}
 
.jf-benavila-valongo-text252 {
  display: inline-block;
  font-family: "Inter";
}
 
.jf-benavila-valongo-fragment46 {
  display: contents;
}
 
.jf-benavila-valongo-text253 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .jf-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-benavila-valongo-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
}
 
@media(max-width: 991px) {
  .jf-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-family: Inter;
  }
  .jf-benavila-valongo-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-benavila-valongo-text184 {
    align-self: flex-start;
  }
  .jf-benavila-valongo-text234 {
    text-align: left;
  }
}
 
@media(max-width: 767px) {
  .jf-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .jf-benavila-valongo-container {
    flex-wrap: wrap;
  }
  .jf-benavila-valongo-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .jf-benavila-valongo-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-benavila-valongo-text138 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .jf-benavila-valongo-text248 {
    font-family: Inter;
  }
  .jf-benavila-valongo-text250 {
    font-family: Inter;
  }
  .jf-benavila-valongo-text253 {
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
}
