.mes-e {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  overflow: hidden;
}

.mes-e .color-black {
  color: black !important;
}
.mes-e #timeline {
  min-height: auto;
  padding: 40px 0;
  background: linear-gradient(90deg, #F9F9F9 51.48%, #EEEEEE 100%);
  border-radius: 20px;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mes-e #timeline .flowers1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.mes-e #timeline .flowers1 img {
  border-radius: 20px;
  width: 150px;
}
.mes-e #timeline .flowers2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}
.mes-e #timeline .flowers2 img {
  border-radius: 20px;
  width: 160px;
}
.mes-e #timeline .swipe-icon-wrapper {
  z-index: 100;
  width: 100%;
  position: absolute;
  bottom: 18px;
  pointer-events: none;
}
.mes-e #timeline .swipe-icon-wrapper .swipe-icon {
  display: flex;
  position: absolute;
  bottom: 46px;
  width: 100%;
  justify-content: center;
  z-index: 10;
}
.mes-e #timeline .swipe-icon-wrapper .swipe-label {
  display: flex;
  position: absolute;
  bottom: 26px;
  width: 100%;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  z-index: 10;
}
.mes-e #timeline .top-item {
  top: 114px;
}
.mes-e #timeline .top-2lines {
  top: 120px;
}
.mes-e #timeline .timeline-wrapper {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding: 45px 15px;
  background: transparent;
  min-height: 605px;
}
.mes-e #timeline .timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.mes-e #timeline .timeline-wrapper .timeline {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mes-e #timeline .timeline-wrapper .timeline .line {
  position: absolute;
  width: calc(100% - 115px);
  height: 4px;
  background-color: #DFDFDF;
  top: 197px;
  left: 58px;
  top: 171px;
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item {
  position: relative;
  min-width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.2s;
  flex-direction: column;
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item .product-place {
  width: 90px;
  height: 90px;
  margin: 14px 0;
  transition: all 0.3s ease-out;
  border: 4px solid transparent;
  border-radius: 100%;
  background: white;
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item .product-place img {
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 122px;
  -webkit-user-drag: none;
  /* Chrome, Safari */
  user-drag: none;
  /* Safari antigo */
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item .product-place:hover {
  cursor: pointer;
  transform: scale(1.1);
  border: 4px solid #DFDFDF;
  border-radius: 100%;
  margin: 14px 0;
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item .year {
  font-family: 'Reckless', serif;
  font-weight: 500;
  font-style: italic;
  color: #D50032;
  font-size: 32px;
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item .break-words {
  white-space: normal;
  word-break: break-word;
}
.mes-e #timeline .timeline-wrapper .timeline .timeline-item .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  min-height: 10px;
  background: #D50032;
  border-radius: 50%;
}
.mes-e #timeline .modal {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #F9F9F9 51.48%, #EEEEEE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 90;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.mes-e #timeline .modal.active {
  opacity: 1;
  pointer-events: all;
}
.mes-e #timeline .modal .close-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 28px;
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
  transition: all 0.3s ease-out;
}
.mes-e #timeline .modal .close-btn:hover {
  transform: rotate(180deg);
}
.mes-e #timeline .modal .year-lettering {
  position: absolute;
  color: transparent;
  font-size: 69px;
    font-family: 'Reckless', serif;
  font-weight: 500;
  font-style: italic;
  -webkit-text-stroke: 1px #D5D5D5;
  top: 44px;
  right: 40px;
  z-index: 100;
  line-height: 80px;
}
.mes-e #timeline .modal .product-modal-wrapper {
  z-index: 100;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: inherit;
  padding-top: 70px;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-image {
  margin: 20px;
  background: white;
  border-radius: 15px;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-image .product-image {
  width: 172px;
  padding: 20px;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-info {
  width: 100%;
  padding: 0px 15px 0px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-info .badge-iconic {
  background: #D50032;
  border-radius: 40px;
  padding: 6px 8px 5px 8px;
  font-family: 'Reckless', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  color: white;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 14px;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-info p {
  color: #222220;
  font-size: 14px;
  text-align: left;
  margin-top: 8px;
  text-align: center;
  padding: 0 15px 0px 15px;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-info .brand {
  font-size: 24px;
  line-height: 24px;
  color: #1D1D1E;
  font-weight: 500;
  text-transform: uppercase;
}
.mes-e #timeline .modal .product-modal-wrapper .product-modal-info .product-line {
  font-size: 24px;
  line-height: 26px;
  color: #1D1D1E;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.mes-e #timeline .modal .swiper {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.mes-e #timeline .modal .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mes-e #timeline .modal .swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.mes-e #timeline .modal .swiper .swiper-button-prev,
.mes-e #timeline .modal .swiper .swiper-button-next {
  display: none;
}
.mes-e #timeline .modal .swiper .swiper-button-next,
.mes-e #timeline .modal .swiper .swiper-button-prev {
  color: #343535 !important;
}
.mes-e #timeline .modal .swiper .swiper-button-prev,
.mes-e #timeline .modal .swiper .swiper-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}
.mes-e #timeline .modal .swiper .swiper-button-next,
.mes-e #timeline .modal .swiper .swiper-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.mes-e #timeline .modal .swiper .swiper-button-next,
.mes-e #timeline .modal .swiper .swiper-button-prev,
.mes-e #timeline .modal .swiper .swiper-pagination {
  z-index: 1000;
}
@media (min-width: 900px) {
  .mes-e #timeline {
    min-height: auto;
    padding: 64px 0;
    background: linear-gradient(90deg, #F9F9F9 51.48%, #EEEEEE 100%);
    border-radius: 20px;
    position: relative;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .mes-e #timeline .flowers1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
  }
  .mes-e #timeline .flowers1 img {
    border-radius: 20px;
    width: 317px;
  }
  .mes-e #timeline .flowers2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
  }
  .mes-e #timeline .flowers2 img {
    border-radius: 20px;
    width: 339px;
  }
  .mes-e #timeline .swipe-icon-wrapper {
    z-index: 100;
    width: 100%;
    position: absolute;
    bottom: 40px;
    pointer-events: none;
  }
  .mes-e #timeline .swipe-icon-wrapper .swipe-icon {
    display: flex;
    position: absolute;
    bottom: 46px;
    width: 100%;
    justify-content: center;
    z-index: 10;
  }
  .mes-e #timeline .swipe-icon-wrapper .swipe-label {
    display: flex;
    position: absolute;
    bottom: 26px;
    width: 100%;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    z-index: 10;
  }
  .mes-e #timeline .top-item {
    top: 145px;
  }
  .mes-e #timeline .top-2lines {
    top: 152px;
  }
  .mes-e #timeline .timeline-wrapper {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    padding: 58px 100px;
    background: transparent;
    min-height: 630px;
  }
  .mes-e #timeline .timeline-wrapper::-webkit-scrollbar {
    display: none;
  }
  .mes-e #timeline .timeline-wrapper .timeline {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 120px;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .mes-e #timeline .timeline-wrapper .timeline .line {
    position: absolute;
    width: calc(100% - 115px);
    height: 4px;
    background-color: #DFDFDF;
    top: 197px;
    left: 58px;
    top: 202px;
  }
  .mes-e #timeline .timeline-wrapper .timeline .timeline-item {
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.2s;
    flex-direction: column;
  }
  .mes-e #timeline .timeline-wrapper .timeline .timeline-item .product-place {
    width: 122px;
    height: 122px;
    margin: 14px 0;
    transition: all 0.3s ease-out;
    border: 4px solid transparent;
    border-radius: 100%;
    background: white;
  }
  .mes-e #timeline .timeline-wrapper .timeline .timeline-item .product-place img {
    padding: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 122px;
    -webkit-user-drag: none;
    /* Chrome, Safari */
    user-drag: none;
    /* Safari antigo */
  }
  .mes-e #timeline .timeline-wrapper .timeline .timeline-item .product-place:hover {
    cursor: pointer;
    transform: scale(1.1);
    border: 4px solid #DFDFDF;
    border-radius: 100%;
    margin: 14px 0;
  }
  .mes-e #timeline .timeline-wrapper .timeline .timeline-item .year {
    font-family: 'Reckless', serif;
    font-weight: 500;
    font-style: italic;
    color: #D50032;
    font-size: 32px;
  }
  .mes-e #timeline .timeline-wrapper .timeline .timeline-item .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    min-height: 10px;
    background: #D50032;
    border-radius: 50%;
  }
  .mes-e #timeline .modal {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #F9F9F9 51.48%, #EEEEEE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 90;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-out;
  }
  .mes-e #timeline .modal.active {
    opacity: 1;
    pointer-events: all;
  }
  .mes-e #timeline .modal .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 28px;
    color: gray;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1001;
    transition: all 0.3s ease-out;
  }
  .mes-e #timeline .modal .close-btn:hover {
    transform: rotate(180deg);
  }
  .mes-e #timeline .modal .year-lettering {
    position: absolute;
    color: transparent;
    font-size: 200px;
    font-family: 'Reckless', serif;
    font-weight: 500;
    font-style: italic;
    -webkit-text-stroke: 1px #D5D5D5;
    top: 115px;
    right: 60px;
    z-index: 10;
    line-height: 200px;
  }
  .mes-e #timeline .modal .product-modal-wrapper {
    z-index: 100;
    max-width: 934px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    padding-top: 145px;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-image {
    width: 50%;
    margin: 20px;
    background: white;
    border-radius: 20px;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-image .product-image {
    width: 100%;
    padding: 20px;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-info {
    width: 50%;
    padding: 80px 20px 20px 30px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-info .badge-iconic {
    background: #D50032;
    border-radius: 40px;
    padding: 6px 8px 5px 8px;
    font-family: 'Reckless', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 12px;
    color: white;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 14px;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-info p {
    color: #222220;
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
    padding: 0 0 10px 0;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-info .brand {
    font-size: 38px;
    line-height: 38px;
    color: #1D1D1E;
    font-weight: 500;
    text-transform: uppercase;
  }
  .mes-e #timeline .modal .product-modal-wrapper .product-modal-info .product-line {
    font-size: 38px;
    line-height: 38px;
    color: #1D1D1E;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
  }
  .mes-e #timeline .modal .swiper {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .mes-e #timeline .modal .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mes-e #timeline .modal .swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
  }
  .mes-e #timeline .modal .swiper .swiper-button-prev,
  .mes-e #timeline .modal .swiper .swiper-button-next {
    display: initial;
  }
  .mes-e #timeline .modal .swiper .swiper-button-next,
  .mes-e #timeline .modal .swiper .swiper-button-prev {
    color: #343535 !important;
  }
  .mes-e #timeline .modal .swiper .swiper-button-prev,
  .mes-e #timeline .modal .swiper .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
  }
  .mes-e #timeline .modal .swiper .swiper-button-next,
  .mes-e #timeline .modal .swiper .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
  }
  .mes-e #timeline .modal .swiper .swiper-button-next,
  .mes-e #timeline .modal .swiper .swiper-button-prev,
  .mes-e #timeline .modal .swiper .swiper-pagination {
    z-index: 1000;
  }
}/*# sourceMappingURL=style.css.map */