/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/ibcmed/components/lp-med-day/datessection/clientlib/css/style.less
Error: FileError: 'e8fafd4bab1ff229bb62067775369b8d?family=Thunderhouse+Pro' wasn't found in apps/ibcmed/components/lp-med-day/datessection/clientlib/css/style.less on line 5, column 1:
4 
5 @import url(https://db.onlinewebfonts.com/c/e8fafd4bab1ff229bb62067775369b8d?family=Thunderhouse+Pro);
6 @import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


(uncompiled LESS src is included below)
*****************************************************/
/* ==============================
   Dates Section – LP Med Day 2026
   ============================== */

@import url(https://db.onlinewebfonts.com/c/e8fafd4bab1ff229bb62067775369b8d?family=Thunderhouse+Pro);
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

.cmp-lp-datessection,
.cmp-lp-datessection *,
.datessection * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cmp-lp-datessection {
  position: relative;
  height: 1089px;
  width: 100%;
  padding: 100px 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;

  background-color: #1e244d;
  background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: clip;
}

.cmp-lp-datessection__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
}

.cmp-lp-datessection__content {
  text-align: center;
}

/* ==============================
   Headline
   ============================== */

.cmp-lp-datessection__headline {
  position: relative;
  margin-bottom: 76px;
  padding: 0 9px;
  text-align: start;
}

.cmp-lp-datessection::after {
  content: "";
  position: absolute;
  top: 64px;
  right: -24px;
  width: 321.276px;
  height: 240px;
  background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cmp-lp-datessection__title {
  margin: 0;
  margin-bottom: 13px;

  color: #FFFFFF;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Thunderhouse Pro", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.02px;
}

.cmp-lp-datessection__subtitle {
  color: #FFFFFF;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.03px;
}

/* ==============================
   Timeline
   ============================== */

.timeline {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 46px;
}

.cmp-lp-datessection .timeline.swiper {
  overflow: visible;
}

.timeline__track {
  display: flex;
  width: fit-content;
  gap: 100px;
  justify-items: center;
  justify-content: flex-start;
  align-items: center;
}

.timeline__month {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  justify-content: center;
}

.timeline__ticket {
  position: relative;
  width: auto;
}

.timeline__ticket img {
  display: block;
  width: auto;
  height: auto;
  max-height: 605px;
  max-width: 100%;
}

.timeline__pagination {
  display: none;
}

.cmp-lp-datessection__button {
  width: 100%;
  padding: 0 36.5px;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.cmp-lp-datessection__button a {
  display: flex;
  width: 100%;
  max-width: 320px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--MedDay-2026-Laranja-Default, #ffab00);
  text-decoration: none;

  color: var(--MedDay-2026-Azul-Default, #3c499b);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cmp-lp-datessection__button--hide-desktop {
  display: none !important;
}

.cmp-lp-datessection__button--hide-mobile {
  display: flex;
}

.cmp-lp-datessection__button-mobile {
  display: none;
}

.cmp-lp-datessection__button-desktop {
  display: inline;
}

/* ==============================
   Responsivo
   ============================== */

@media (max-width: 1180px) {
  .cmp-lp-datessection {
    padding: 32px 0;
    height: 889px;
    background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/background_mobile.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .cmp-lp-datessection__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .cmp-lp-datessection::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -30px;
    width: 220px;
    height: 270px;
    background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/vector.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .timeline__track {
    display: flex !important;
    gap: 0;
    row-gap: 0;
    column-gap: 0;
    justify-items: normal;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    min-height: 510px;
  }
  .timeline--swiper .swiper-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .timeline__month {
    max-width: 452px;
    width: 100%;
    flex: 0 0 auto;
  }

  .timeline__month--bottom,
  .timeline__month--top {
    justify-content: center;
  }

  .timeline--swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 29px;
  }

  .cmp-lp-datessection__headline {
    margin-bottom: 19.5px;
    padding: 0 20px;
  }

  .cmp-lp-datessection::after {
    content: "";
    position: absolute;
    right: -27px;
    top: 11px;
    width: 128.51px;
    height: 96px;
    aspect-ratio: 83/62;
    background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/vector_mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .cmp-lp-datessection__title {
    width: 289px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    margin-bottom: 17px;
  }

  .cmp-lp-datessection__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
  }

  .timeline__track {
    display: flex;
    gap: 0;
    row-gap: 0;
    column-gap: 0;
    justify-items: normal;
    align-items: center;
    margin: 0;
  }

  .timeline__month {
    width: auto;
    flex: 0 0 auto;
  }

  .timeline--swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
  }

  .timeline__ticket {
    position: relative;
    width: auto;
  }

  .timeline__ticket img {
    display: block;
    width: auto;
    height: auto;
    max-height: min(605px, 50vw);
    max-width: 100%;
  }

  .cmp-lp-datessection__button {
    width: 100%;
    padding: 0 36.5px;
  }

  .cmp-lp-datessection__button--hide-desktop {
    display: flex !important;
  }

  .cmp-lp-datessection__button--hide-mobile {
    display: none !important;
  }

  .cmp-lp-datessection__button-desktop {
    display: none;
  }

  .cmp-lp-datessection__button-mobile {
    display: inline;
  }
}

@media (max-width: 768px) {
  .cmp-lp-datessection {
    padding: 32px 0;
    height: 889px;
    background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/background_mobile.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .cmp-lp-datessection__headline {
    margin-bottom: 19.5px;
    padding: 0 20px;
  }

  .cmp-lp-datessection::after {
    content: "";
    position: absolute;
    right: -27px;
    top: 11px;
    width: 128.51px;
    height: 96px;
    aspect-ratio: 83/62;
    background-image: url("../../../../../etc.clientlibs/ibcmed/components/lp-med-day/datessection/clientlib/resources/vector_mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .cmp-lp-datessection__title {
    width: 289px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    margin-bottom: 17px;
  }

  .cmp-lp-datessection__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    min-width: 353px;
  }

  .timeline {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }

  .timeline__track {
    display: flex;
    gap: 0;
    row-gap: 0;
    column-gap: 0;
    justify-items: normal;
    align-items: center;
    margin: 0;
  }

  .timeline__month {
    width: auto;
    flex: 0 0 auto;
  }
  .timeline--swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline__ticket {
    position: relative;
    width: auto;
  }

  .timeline__ticket img {
    display: block;
    width: auto;
    height: auto;
    max-height: 510px;
    max-width: 100%;
  }

  .cmp-lp-datessection__button {
    width: 100%;
    padding: 0 36.5px;
  }

  .cmp-lp-datessection__button--hide-desktop {
    display: flex !important;
  }

  .cmp-lp-datessection__button--hide-mobile {
    display: none !important;
  }

  .cmp-lp-datessection__button-desktop {
    display: none;
  }

  .cmp-lp-datessection__button-mobile {
    display: inline;
  }}