/* ============================================
   RESET E BASE
   ============================================ */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.slr-section__expo .author,
.slr-section__expo .date {
  /* stroke base */
  -webkit-text-stroke-width: 1px;
  paint-order: stroke fill;
}
h2 {
  /* stroke base */
  -webkit-text-stroke-width: 1px;
  paint-order: stroke fill;

  & a,
  & a:hover,
  & button {
    text-decoration: underline 1px !important;
    text-underline-position: from-font !important;
    text-underline-offset: 4px;
  }
}

@media (min-width: 1024px) {
  h2 {
    -webkit-text-stroke-width: 4px;
    & a,
    & a:hover,
    & button {
      text-decoration: underline 4px !important;
    }
  }
}
/* .container-fluid {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
} */

/* ============================================
   VARIÁVEIS DE CORES - PALETAS DINÂMICAS
   ============================================ */
#body-home-new {
  --font-family: "BasisGrotesqueRegular", sans-serif;
  font-family: var(--font-family);

  --vw-base-desktop: calc(100vw / 1920);
  --vh-base-desktop: calc(100vh / 1080);
  --vw-base-mobile: calc(100vw / 402);
  --vh-base-mobile: calc(100vh / 874);
}

/* Variant A */
#body-home-new[data-palette-variant="variant-a"] {
  --h1-border-color: #12008a;
  --h1-text-color: #ff5400;
  --hero-gradient-color: #1ad8ff;
  --hero-gradient-color-transparent: rgba(26, 216, 255, 0);
  --hero-text-color: #12008a;
  --about-gradient-color: #1ad8ff;
  --about-gradient-color-transparent: rgba(26, 216, 255, 0);
  --about-h2-border-color: #ff5400;
  --about-h2-text-color: #12008a;
  --about-text-color: #12008a;
  --web-title-color: #1ad8ff;
  --web-title-border-color: #12008a;
  --web-before-bg-color: #1ad8ff;
  --web-after-bg-color: #ff5400;
  --expo-bg-color: #ff5400;
  --expo-pretitle-color: #12008a;
  --expo-title-color: #12008a;
  --expo-title-border-color: #1ad8ff;
  --expo-author-color: #1ad8ff;
  --expo-author-border-color: #12008a;
  --expo-date-color: #12008a;
  --expo-date-border-color: #1ad8ff;
  --social-text-color: #1ad8ff;
  --social-text-border-color: #12008a;
  --social-before-bg-color: #ff5400;
  --social-after-bg-color: #ccc;
  --footer-bg-color: #ccc;
  --footer-title-color: #ff5400;
  --footer-title-border-color: #12008a;
  --footer-text-color: #12008a;
  --footer-solar-name-color: #12008a;
  --footer-solar-name-border-color: #ff5400;
}

/* Variant B */
#body-home-new[data-palette-variant="variant-b"] {
  --h1-border-color: #600;
  --h1-text-color: #f0f;
  --hero-gradient-color: #8fff2b;
  --hero-gradient-color-transparent: rgba(26, 216, 255, 0);
  --hero-text-color: #600;
  --about-gradient-color: #8fff2b;
  --about-gradient-color-transparent: rgba(26, 216, 255, 0);
  --about-h2-border-color: #600;
  --about-h2-text-color: #f0f;
  --about-text-color: #660000;
  --web-title-color: #8fff2b;
  --web-title-border-color: #660000;
  --web-before-bg-color: #8fff2b;
  --web-after-bg-color: #ff00ff;
  --expo-bg-color: #ff00ff;
  --expo-pretitle-color: #660000;
  --expo-title-color: #660000;
  --expo-title-border-color: #8fff2b;
  --expo-author-color: #8fff2b;
  --expo-author-border-color: #660000;
  --expo-date-color: #660000;
  --expo-date-border-color: #8fff2b;
  --social-text-color: #8fff2b;
  --social-text-border-color: #660000;
  --social-before-bg-color: #ff00ff;
  --social-after-bg-color: #c99d8d;
  --footer-bg-color: #c99d8d;
  --footer-title-color: #ff00ff;
  --footer-title-border-color: #660000;
  --footer-text-color: #660000;
  --footer-solar-name-color: #660000;
  --footer-solar-name-border-color: #ff00ff;
}

/* Variant C */
#body-home-new[data-palette-variant="variant-c"] {
  --h1-border-color: #9e3800;
  --h1-text-color: #660000;
  --hero-gradient-color: #d9ff00;
  --hero-gradient-color-transparent: rgba(26, 216, 255, 0);
  --hero-text-color: #660000;
  --about-gradient-color: #d9ff00;
  --about-gradient-color-transparent: rgba(26, 216, 255, 0);
  --about-h2-border-color: #9e3800;
  --about-h2-text-color: #660000;
  --about-text-color: #660000;
  --web-title-color: #d9ff00;
  --web-title-border-color: #660000;
  --web-before-bg-color: #d9ff00;
  --web-after-bg-color: #9e3800;
  --expo-bg-color: #9e3800;
  --expo-pretitle-color: #660000;
  --expo-title-color: #660000;
  --expo-title-border-color: #d9ff00;
  --expo-author-color: #d9ff00;
  --expo-author-border-color: #660000;
  --expo-date-color: #660000;
  --expo-date-border-color: #d9ff00;
  --social-text-color: #d9ff00;
  --social-text-border-color: #660000;
  --social-before-bg-color: #9e3800;
  --social-after-bg-color: #f7875e;
  --footer-bg-color: #f7875e;
  --footer-title-color: #9e3800;
  --footer-title-border-color: #660000;
  --footer-text-color: #660000;
  --footer-solar-name-color: #660000;
  --footer-solar-name-border-color: #9e3800;
}

/* Variant D */
#body-home-new[data-palette-variant="variant-d"] {
  --h1-border-color: #660000;
  --h1-text-color: #ff0000;
  --hero-gradient-color: #660000;
  --hero-gradient-color-transparent: rgba(26, 216, 255, 0);
  --hero-text-color: #e3c500;
  --about-gradient-color: #660000;
  --about-gradient-color-transparent: rgba(26, 216, 255, 0);
  --about-h2-border-color: #e3c500;
  --about-h2-text-color: #ff0000;
  --about-text-color: #e3c500;
  --web-title-color: #660000;
  --web-title-border-color: #e3c500;
  --web-before-bg-color: #660000;
  --web-after-bg-color: #ff0000;
  --expo-bg-color: #ff0000;
  --expo-pretitle-color: #660000;
  --expo-title-color: #e3c500;
  --expo-title-border-color: #660000;
  --expo-author-color: #e3c500;
  --expo-author-border-color: #660000;
  --expo-date-color: #660000;
  --expo-date-border-color: #e3c500;
  --social-text-color: #e3c500;
  --social-text-border-color: #660000;
  --social-before-bg-color: #ff0000;
  --social-after-bg-color: #e3c500;
  --footer-bg-color: #e3c500;
  --footer-title-color: #ff0000;
  --footer-title-border-color: #660000;
  --footer-text-color: #660000;
  --footer-solar-name-color: #660000;
  --footer-solar-name-border-color: #ff0000;
}

/* Variant E */
#body-home-new[data-palette-variant="variant-e"] {
  --h1-border-color: #0da300;
  --h1-text-color: #f7875e;
  --hero-gradient-color: #00452e;
  --hero-gradient-color-transparent: rgba(26, 216, 255, 0);
  --hero-text-color: #0da300;
  --about-gradient-color: #00452e;
  --about-gradient-color-transparent: rgba(26, 216, 255, 0);
  --about-h2-border-color: #f7875e;
  --about-h2-text-color: #0da300;
  --about-text-color: #0da300;
  --web-title-color: #00452e;
  --web-title-border-color: #0da300;
  --web-before-bg-color: #00452e;
  --web-after-bg-color: #f7875e;
  --expo-bg-color: #f7875e;
  --expo-pretitle-color: #00452e;
  --expo-title-color: #0da300;
  --expo-title-border-color: #00452e;
  --expo-author-color: #00452e;
  --expo-author-border-color: #0da300;
  --expo-date-color: #0da300;
  --expo-date-border-color: #00452e;
  --social-text-color: #00452e;
  --social-text-border-color: #0da300;
  --social-before-bg-color: #f7875e;
  --social-after-bg-color: #9e3800;
  --footer-bg-color: #9e3800;
  --footer-title-color: #f7875e;
  --footer-title-border-color: #0da300;
  --footer-text-color: #f7875e;
  --footer-solar-name-color: #0da300;
  --footer-solar-name-border-color: #f7875e;
}

/* ============================================
   SCROLL SNAPPING - MAIN CONTENT
   ============================================ */

.main-content-home-new {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  /* suaviza a rolagem quando acionada programaticamente/por links */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}

.main-content-home-new > section {
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  scroll-snap-align: center;
}

/* Footer não participa do scroll snapping */
#footer {
  position: relative;
  scroll-snap-align: center;
  scroll-snap-type: none;
}
.sda-home-switcher {
  display: none !important;
}
/* ============================================
   SEÇÃO HERO
   ============================================ */
.slr-section__hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.slr-section__hero .col-12 {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 31px;
  padding-left: min(calc(21 * var(--vw-base-mobile)), 37px);
  padding-right: min(calc(30 * var(--vw-base-mobile)), 43px);
  padding-bottom: min(calc(62 * var(--vh-base-mobile)), 52px);
}
/* 
.slr-section__hero .logo-solar {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
} */

.slr-section__hero .logo-solar svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.slr-section__hero .logo-solar svg path {
  fill: var(--h1-text-color) !important;
  stroke: var(--h1-border-color) !important;
  stroke-width: 8;
}

.slr-section__hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    0deg,
    var(--hero-gradient-color) 61.06%,
    var(--hero-gradient-color-transparent) 100%
  );
  z-index: 0;
}

.slr-section__hero .hero__info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.slr-section__hero .hero__info p {
  font: 400 min(calc(18 * var(--vw-base-mobile)), 24px) / 110%
    var(--font-family);
  color: var(--hero-text-color);
  margin: 0;
}

.slr-section__hero .hero__info p span {
  display: block;
}

.slr-section__hero .hero__info address {
  font-style: normal;
  margin: 0;
}

/* ============================================
   SEÇÃO ABOUT
   ============================================ */
.slr-section__about {
  background: var(--about-gradient-color);
  display: flex;
  padding-top: min(calc(80 * var(--vh-base-mobile)), 160px);
  padding-bottom: calc(0 * var(--vh-base-mobile));
  padding-left: calc(20 * var(--vw-base-mobile));
  padding-right: calc(25 * var(--vw-base-mobile));
}
.slr-section__about .col-12 {
  padding: 0;
}
.slr-section__about .col-12 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.slr-section__about__title {
  color: var(--about-h2-text-color);
  -webkit-text-stroke-color: var(--about-h2-border-color);

  /* reforço extra para parecer border do Figma */
  text-shadow: 0 0 1px var(--about-h2-border-color),
    0 0 1px var(--about-h2-border-color);

  font-weight: 400;
  font-size: min(calc(40 * var(--vw-base-mobile)), 48px);
  line-height: 0.875;
  letter-spacing: -0.02em;
  font-family: var(--font-family);
  margin: 0;
}

.slr-section__about .content {
  display: flex;
  justify-content: space-between;
  gap: min(calc(20 * var(--vw-base-mobile)), 48px);
}

.slr-section__about .content p {
  color: var(--about-text-color);
  font: 400 min(calc(18 * var(--vw-base-mobile)), 24px) / 110%
    var(--font-family);
  margin: 0;
}
@media (max-width: 389px) {
  .slr-section__about__title {
    font-size: 32px;
  }
  .slr-section__about .content p {
    font-size: 16px;
  }
}
/* ============================================
   SEÇÃO WEBSITE
   ============================================ */
.slr-section__website {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slr-section__website::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(
    0deg,
    rgba(255, 84, 0, 0) 0%,
    var(--web-before-bg-color) 66.83%
  );
  z-index: 1;
}

.slr-section__website::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(
    180deg,
    rgba(255, 84, 0, 0) 0%,
    var(--web-after-bg-color) 66.83%
  );
  z-index: 1;
}

.slr-section__website .col-12 {
  position: relative;
  z-index: 2;
}

.slr-section__website h2 {
  color: var(--web-title-color);
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--web-title-border-color);
  text-shadow: 0 0 1px var(--web-title-border-color),
    0 0 1px var(--web-title-border-color); /* reforço extra para parecer border do Figma */
  font: 400 min(calc(40 * var(--vw-base-mobile)), 48px) / 0.875
    var(--font-family);
  letter-spacing: -0.02em;
  margin: 0;
}

.slr-section__website h2 button {
  all: unset;
  text-decoration: underline;
  color: var(--web-title-color);
  text-decoration-color: var(--web-title-color);
  cursor: pointer;
}

/* ============================================
   SEÇÃO EXPO
   ============================================ */
.slr-section__expo {
  background: var(--expo-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(40 * var(--vh-base-mobile));
  padding-bottom: calc(40 * var(--vh-base-mobile));
  padding-left: calc(20 * var(--vw-base-mobile));
  padding-right: calc(20 * var(--vw-base-mobile));
}
.slr-section__expo .row {
  margin: 0;
}
.slr-section__expo .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.slr-section__expo .expo-header {
  width: 100%;
  text-align: left;
}

.slr-section__expo .pretitle {
  color: var(--expo-pretitle-color);
  font: 400 calc(18 * var(--vw-base-mobile)) / 1.1 var(--font-family);
  display: block;
  margin-bottom: 8px;
}

.slr-section__expo .title {
  color: var(--expo-title-color);
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--expo-title-border-color);
  text-shadow: 0 0 1px var(--expo-title-border-color),
    0 0 1px var(--expo-title-border-color); /* reforço extra para parecer border do Figma */
  font: 400 min(calc(40 * var(--vw-base-mobile)), 48px) / 0.875
    var(--font-family);
  letter-spacing: -0.02em;
  margin: 0;
  width: 100%;
  position: relative;
  width: 50%;
  margin-bottom: -20px;
  z-index: 1;
}

.slr-section__expo figure {
  max-width: 100%;
  margin: 0;
}
.slr-section__expo .expo-header,
.slr-section__expo .d-flex {
  max-width: 533px;
}
.slr-section__expo figure img {
  max-width: 533px;
}

.slr-section__expo .d-flex {
  width: 100%;
  gap: calc(10 * var(--vw-base-mobile));
  margin-top: -64px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.slr-section__expo .author {
  flex: 1;
  color: var(--expo-author-color);

  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--expo-author-border-color);
  text-shadow: 0 0 1px var(--expo-author-border-color),
    0 0 1px var(--expo-author-border-color); /* reforço extra para parecer border do Figma */
  font: 400 min(calc(40 * var(--vw-base-mobile)), 48px) / 1 var(--font-family);
  margin: 0;

  span {
    width: 80%;
    display: block;
    text-align: right;
  }
}

.slr-section__expo .date {
  text-align: right;
  flex: 1;
  color: var(--expo-date-color);
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--expo-date-border-color);
  text-shadow: 0 0 1px var(--expo-date-border-color),
    0 0 1px var(--expo-date-border-color); /* reforço extra para parecer border do Figma */
  font: 400 min(calc(40 * var(--vw-base-mobile)), 48px) / 1 var(--font-family);
  margin: 0;
}

/* ============================================
   SEÇÃO SOCIAL
   ============================================ */
.slr-section__social {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slr-section__social::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(
    0deg,
    rgba(255, 84, 0, 0) 0%,
    var(--social-before-bg-color) 66.83%
  );
  z-index: 1;
}

.slr-section__social::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(
    180deg,
    rgba(204, 204, 204, 0) 0%,
    var(--social-after-bg-color) 66.83%
  );
  z-index: 1;
}

.slr-section__social .col-12 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--vh-base-mobile));
}

.slr-section__social .text {
  color: var(--social-text-color);
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--social-text-border-color);
  font: 400 min(calc(40 * var(--vw-base-mobile)), 48px) / 0.875
    var(--font-family);
  letter-spacing: -0.02em;
  margin: 0;
}

.slr-section__social .text a {
  color: var(--social-text-color);
  text-decoration: underline;
  text-decoration-color: var(--social-text-color);
}

/* ============================================
   FOOTER
   ============================================ */
#footer {
  /* scroll-snap-align: center;
  scroll-snap-type: none; */
  background: var(--footer-bg-color);
  padding-top: calc(129 * var(--vh-base-mobile));
}
#footer .col-12 {
  padding-right: calc(25 * var(--vw-base-mobile));
}
.footer__title {
  color: var(--footer-title-color);
  /* -webkit-text-stroke: 0.0165em var(--footer-title-border-color); */
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--footer-title-border-color);
  font: 400 min(calc(40 * var(--vw-base-mobile)), 48px) / 0.875
    var(--font-family);
  letter-spacing: -0.02em;
  margin: 0 0 40px 0;
  display: inline-block;
}

.footer__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.footer__content {
  display: flex;
  flex-direction: column;
}

.footer__section {
  width: 100%;
  margin-bottom: 14px;
}

.footer__section-title {
  color: var(--footer-text-color);
  font: 700 min(calc(18 * var(--vw-base-mobile)), 24px) / 1.2 var(--font-family);
  margin: 0;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li {
  color: var(--footer-text-color);
  font: 400 min(calc(18 * var(--vw-base-mobile)), 24px) / 1 var(--font-family);
  margin: 0;
}

.footer__role {
  color: var(--footer-text-color);
  font-style: italic;
}

.footer__apoie {
  margin-top: 60px;
}

.footer__apoie .d-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__text {
  display: flex;
  gap: 20px;
}

.footer__text p {
  flex: 1;
  color: var(--footer-text-color);
  font: 400 min(calc(18 * var(--vw-base-mobile)), 24px) / 1.2 var(--font-family);
  margin: 0;
}

.footer__apoie figure {
  margin: 0;
  width: 100%;
}

.footer__apoie img {
  position: relative;
  left: -25px;
  width: 100%;
  height: auto;
}

.footer__grid__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-top: calc(60 * var(--vh-base-mobile));
  margin-bottom: calc(178 * var(--vh-base-mobile));
}

.grid__info__item h4 {
  color: var(--footer-text-color);
  font: 700 1.125rem/1.2 var(--font-family);
  margin: 0;
}

.grid__info__item a,
.grid__info__item p {
  color: var(--footer-text-color);
  font: 400 1.125rem/1 var(--font-family);
  margin: 0;
}

.grid__info__item a {
  text-decoration: underline;
}

.solar-name {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(25 * var(--vh-base-mobile));
}

.solar-name svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.solar-name svg path {
  fill: var(--footer-solar-name-color) !important;
  stroke: var(--footer-solar-name-border-color) !important;
  stroke-width: 8;
}
.logos-desktop {
  display: none;
}
/* ============================================
   RESPONSIVE - DESKTOP (1024px+)
   ============================================ */
@media (min-width: 768px) {
  .slr-section__hero .hero__info {
    justify-content: flex-start;
    gap: 24px;
  }
  /* .slr-section__hero .hero__info p {
    font-size: min(calc(24 * var(--vw-base-mobile)), 24px);
  } */
  .slr-section__expo .d-flex {
    max-width: 100%;
    margin-top: -124px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .slr-section__expo figure img {
    object-fit: contain;
  }
  .footer__lists,
  .footer__text {
    gap: 40px;
  }
  .footer__apoie .d-flex {
    gap: 80px;
  }
  .footer__grid__info {
    margin-top: 80px;
  }
}
/* ============================================
   RESPONSIVE - DESKTOP (1024px+)
   ============================================ */
@media (min-width: 1024px) {
  /* .container-fluid {
    padding: 0 calc((100vw - 1920px) / 2 + 40px);
  } */
  #footer > div > div:nth-child(1),
  #footer > div > div:nth-child(2) {
    height: 100vh;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    scroll-snap-align: center;
  }
  /* Hero - Desktop */
  .slr-section__hero .hero__info {
    position: absolute;
    left: 20%;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 0.5rem;
  }
  .slr-section__hero .hero__info p {
    font-size: calc(24 * var(--vw-base-desktop));
  }
  .slr-section__hero .hero__info address p span {
    display: inline-block;
  }

  /* About - Desktop */
  .slr-section__about {
    padding: calc(160px * (100vw / 1920px)) 0;
  }
  .slr-section__about .row {
    margin: 0;
  }
  .slr-section__about .col-12 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(60px * (100vw / 1920px));
    padding: 0 40px;
  }
  .slr-section__about__title {
    max-width: min(calc(926 * var(--vw-base-desktop)), 926px);
    font-size: calc(80 * var(--vw-base-desktop));
  }
  .slr-section__about .content {
    max-width: min(calc(600 * var(--vw-base-desktop)), 600px);
    gap: calc(20px * (100vw / 1920px));
  }
  .slr-section__about .content p {
    font-size: calc(24 * var(--vw-base-desktop));
  }

  /* Website - Desktop */
  .slr-section__website .col-12 {
    padding: 0 calc(50px * (100vw / 1920px));
  }

  .slr-section__website h2 {
    font-size: calc(80 * var(--vw-base-desktop));
    -webkit-text-stroke-width: 4px;
  }

  /* Expo - Desktop */
  .slr-section__expo {
    padding: calc(100px * (100vw / 1920px)) 0;
  }

  .slr-section__expo .col-12 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }

  .slr-section__expo .expo-header {
    position: absolute;
    left: 0;
    width: auto;
  }

  .slr-section__expo .pretitle {
    font-size: calc(24 * var(--vw-base-desktop));
  }

  .slr-section__expo .title {
    font-size: calc(80 * var(--vw-base-desktop));
    -webkit-text-stroke-width: 4px;
    line-height: 1;
    /* width: auto; */
  }

  .slr-section__expo figure img {
    max-width: calc(533 * var(--vw-base-desktop));
    height: calc(752 * var(--vw-base-desktop));
    object-fit: fill;
  }
  .slr-section__expo .d-flex {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 90%;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    gap: calc(533 * var(--vw-base-desktop));
    margin-left: 0;
  }
  .slr-section__expo .author span {
    width: 100%;
  }
  .slr-section__expo .author,
  .slr-section__expo .date {
    -webkit-text-stroke-width: 4px;
    font-size: calc(80 * var(--vw-base-desktop));
    width: auto;
  }

  /* Social - Desktop */
  .slr-section__social .col-12 {
    padding: 0 calc(50px * (100vw / 1920px));
    gap: calc(60px * (100vw / 1920px));
  }

  .slr-section__social .text {
    font-size: calc(80 * var(--vw-base-desktop));
    -webkit-text-stroke-width: 4px;
  }

  /* Footer - Desktop */
  #footer {
    padding: calc(147 * var(--vw-base-desktop))
      calc(40 * var(--vw-base-desktop));
    /* padding-bottom: calc(25 * var(--vw-base-desktop)); */
    padding-bottom: 0;
  }
  #footer .col-12 {
    padding: 0;
  }

  .footer__title {
    font-size: calc(80 * var(--vw-base-desktop));
    margin-bottom: calc(60 * var(--vw-base-desktop));
    -webkit-text-stroke-width: 4px;
  }

  .footer__lists {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__content {
    flex-direction: row;
    gap: calc(50px * (100vw / 1920px));
  }

  .footer__section-title {
    font-size: calc(24 * var(--vw-base-desktop));
  }

  .footer__list li {
    font-size: calc(24 * var(--vw-base-desktop));
  }

  .footer__apoie {
    display: flex;
    justify-content: space-between;
  }

  .footer__text {
    flex: 0 0 calc(600 * var(--vw-base-desktop));
    max-width: calc(600 * var(--vw-base-desktop));
  }

  .footer__text p {
    font-size: calc(24 * var(--vw-base-desktop));
    line-height: 1;
  }

  .footer__apoie figure {
    flex: 0 0 calc(908px * (100vw / 1920px));
    max-width: calc(908px * (100vw / 1920px));
  }

  .grid__info__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: calc(150px * (100vw / 1920px));
  }

  .footer__grid__info {
    flex: 0 0 calc(600px * (100vw / 1920px));
    max-width: calc(600px * (100vw / 1920px));
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__apoie img {
    left: 0;
  }

  .grid__info__item h4,
  .grid__info__item a,
  .grid__info__item p {
    font-size: calc(24 * var(--vw-base-desktop));
  }

  .solar-name {
    flex: 0 0 calc(800 * var(--vw-base-desktop));
    max-width: calc(800 * var(--vw-base-desktop));
    margin: 0;
  }

  .solar-name svg {
    width: 100%;
    max-width: 100%;
  }

  .logos-desktop {
    display: block;
  }
  .logos-mobile {
    display: none !important;
  }
}
