@import url("/node_modules/jquery-ui/dist/themes/base/jquery-ui.css");
@import url("/node_modules/jquery-ui/dist/themes/base/jquery-ui.css");
@import url("/node_modules/jquery-ui/dist/themes/base/jquery-ui.css");
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 100;
  src: url("/src/assets/fonts/DMSans-Thin.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 300;
  src: url("/src/assets/fonts/DMSans-Light.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/DMSans-Regular.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/DMSans-Medium.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/DMSans-SemiBold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/DMSans-Bold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/DMSans-ExtraBold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 900;
  src: url("/src/assets/fonts/DMSans-Black.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Posterama-Regular.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 900;
  src: url("/src/assets/fonts/Posterama-Black.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 999;
  src: url("/src/assets/fonts/Posterama-UltraBlack.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: Sen;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Sen-Regular.ttf");
}
@font-face {
  font-family: Sen;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/Sen-ExtraBold.ttf");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Urbanist-SemiBold.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Inter-Bold.ttf");
}
.swal2-modal * {
  font-family: Montserrat;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #1D1E25;
}

#header .navbar {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  background-color: white;
  box-shadow: 0 10px 10px rgba(24, 24, 24, 0.1);
}
#header .navbar .navbar-brand img {
  width: 216px;
}
#header .navbar .navbar-links {
  display: flex;
  column-gap: 8px;
}
#header .navbar .navbar-links .link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#header .navbar .navbar-links .link a {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
  padding: 0 8px;
}
#header .navbar .navbar-links .link .line {
  width: 100%;
  height: 2px;
  background-color: #A51C30;
  transform: scaleX(0);
}
#header .navbar .navbar-links .dropdown {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  position: relative;
}
#header .navbar .navbar-links .dropdown > .toggle {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
  padding: 0 8px;
}
#header .navbar .navbar-links .dropdown > .line {
  width: 100%;
  height: 2px;
  background-color: #A51C30;
  transform: scaleX(0);
}
#header .navbar .navbar-links .dropdown-items {
  width: 100%;
  background-color: white;
  display: none;
  transform: translateY(-25%);
  position: absolute;
  top: 30px;
}
#header .navbar .navbar-links .dropdown-items .item {
  height: 40px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-right: 8px;
}
#header .navbar .navbar-links .dropdown-items .line {
  height: 40px;
  width: 2px;
  background-color: #A51C30;
  transform: scaleY(0);
}
#header .navbar .navbar-links .dropdown-items a {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
}
#header .navbar .navbar-buttons {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}
#header .navbar .navbar-actions .button-buy {
  padding: 9px 20px;
  border: none;
  background-color: #A51C30;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
#header .navbar .navbar-menu {
  display: none;
}
#header .navbar .navbar-menu .button {
  padding: 14px 14px;
  border: none;
  background-color: #333333;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1440px) {
  #header .navbar .navbar-links {
    display: none;
  }
  #header .navbar .navbar-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  #header .navbar .navbar-actions {
    display: none;
  }
}
#header .edition-year {
  background-color: #A51C30;
  background-image: url(../assets/img/backgrounds/mm-pattern.png);
  background-position: center;
  background-repeat: repeat-x;
  background-attachment: local;
  background-size: contain !important;
  padding: 35px;
}
#header .edition-year h1 {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  font-family: Sen, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

#main #gallery {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 270px);
  grid-template-rows: repeat(4, 200px);
  grid-template-areas: "Title Title Title Img1" ". Img2 Img3 Img4" "Logo Img2 Img3 Img5" "Img6 Img7 Img8 Img8";
  gap: 30px;
  padding: 100px 24px 50px 24px;
}
#main #gallery .title {
  font-size: 65px;
  font-weight: 800;
  font-family: Sen, Arial, Helvetica, sans-serif;
  line-height: 60px;
  text-align: justify;
}
#main #gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main #gallery > *:nth-child(1) {
  grid-area: Title;
}
#main #gallery > *:nth-child(2) {
  grid-area: Img1;
}
#main #gallery > *:nth-child(3) {
  grid-area: Logo;
}
#main #gallery > *:nth-child(4) {
  grid-area: Img2;
}
#main #gallery > *:nth-child(5) {
  grid-area: Img3;
}
#main #gallery > *:nth-child(6) {
  grid-area: Img4;
}
#main #gallery > *:nth-child(7) {
  grid-area: Img5;
}
#main #gallery > *:nth-child(8) {
  grid-area: Img6;
}
#main #gallery > *:nth-child(9) {
  grid-area: Img7;
}
#main #gallery > *:nth-child(10) {
  grid-area: Img8;
}
@media (max-width: 1340px) {
  #main #gallery {
    grid-template-columns: repeat(3, 270px);
    grid-template-rows: 200px;
    grid-auto-columns: 200px;
    grid-template-areas: "Title Title Img1" "Img2 Img3 Img4" "Img2 Img3 Img5" "Logo Img6 Img7" "Img8 Img8 Img8";
  }
}
@media (max-width: 1024px) {
  #main #gallery {
    grid-template-columns: repeat(2, 300px);
    grid-auto-rows: 250px;
    grid-template-areas: "Title Title" "Img1 Img4" "Img2 Img3" "Img2 Img3" "Logo Img5" "Img6 Img7" "Img8 Img8";
  }
}
@media (max-width: 768px) {
  #main #gallery {
    grid-template-columns: repeat(2, 230px);
    grid-template-areas: "Title Title" "Img1 Img4" "Img2 Img3" "Img2 Img3" "Logo Img5" "Img6 Img7" "Img8 Img8";
  }
}
@media (max-width: 525px) {
  #main #gallery {
    grid-template-columns: repeat(1, 100%);
    grid-template-areas: "Title" "Img1" "Img4" "Img2" "Img2" "Img3" "Img3" "Logo" "Img5" "Img6" "Img7" "Img8";
  }
  #main #gallery .title {
    font-size: 52px;
    font-weight: 800;
    font-family: Sen, Arial, Helvetica, sans-serif;
    line-height: 60px;
  }
}
#main #carousel {
  margin: 250px 0px;
}
#main #carousel .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 50px;
}
#main #carousel .header img {
  width: 300px;
}
#main #carousel .header h2 {
  font-size: 60px;
  font-weight: 900;
  font-family: Posterama, Arial, Helvetica, sans-serif;
  color: #A51C30;
  text-align: center;
}
#main #carousel .tns-liveregion {
  display: none;
}
#main #carousel #big-carousel-mw {
  overflow: hidden;
}
#main #carousel .position {
  text-align: center;
  margin: 32px 0;
  font-size: 32px;
  font-weight: 400;
  font-family: Urbanist, Arial, Helvetica, sans-serif;
}
#main #carousel .controls {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}
#main #carousel .controls-prev {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
#main #carousel .controls-prev img {
  width: 100%;
  height: 100%;
}
#main #carousel .controls-next {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
#main #carousel .controls-next img {
  width: 100%;
  height: 100%;
}
#main #carousel .controls #small-carousel-mw {
  width: 100%;
  max-width: 1020px;
  overflow: hidden;
}
#main #big-carousel .slide {
  display: inline-block;
  height: 710px;
}
#main #big-carousel .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main #big-carousel .slide:not(#big-carousel-item0) img {
  opacity: 0.5;
  transform: scaleY(0.8);
}
@media (max-width: 525px) {
  #main #big-carousel .slide {
    height: 450px;
  }
}
#main #small-carousel .slide {
  display: inline-block;
  height: 165px;
}
#main #small-carousel .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main #small-carousel .slide#small-carousel-item0 img {
  border: 12px solid #A51C30;
  transform: scale(0.97);
}
#main #people {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 70px;
  margin-bottom: 120px;
}
#main #people .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main #people .header img {
  width: 80px;
  height: 80px;
}
#main #people .header h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: Sen, Arial, Helvetica, sans-serif;
  color: #A51C30;
  text-transform: uppercase;
  margin: 40px 0 15px 0;
}
#main #people .header h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #1D1E25;
}
#main #people .list {
  display: flex;
  row-gap: 30px;
  column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
#main #people .list-item {
  border: 1px solid rgba(29, 30, 37, 0.2);
  width: 300px;
  height: 500px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main #people .list-item .avatar {
  width: 250px;
  height: 250px;
  border-radius: 200px;
  object-fit: cover;
}
#main #people .list-item .name {
  font-size: 25px;
  font-weight: 700;
  font-family: Sen, Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: #1D1E25;
  text-align: center;
  margin: 20px 0 15px 0;
}
#main #people .list-item .job {
  font-size: 15px;
  font-weight: 400;
  font-family: Sen, Arial, Helvetica, sans-serif;
  line-height: 25px;
  color: #A51C30;
  text-align: center;
}

@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 100;
  src: url("/src/assets/fonts/DMSans-Thin.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 300;
  src: url("/src/assets/fonts/DMSans-Light.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/DMSans-Regular.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/DMSans-Medium.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/DMSans-SemiBold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/DMSans-Bold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/DMSans-ExtraBold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 900;
  src: url("/src/assets/fonts/DMSans-Black.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Posterama-Regular.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 900;
  src: url("/src/assets/fonts/Posterama-Black.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 999;
  src: url("/src/assets/fonts/Posterama-UltraBlack.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: Sen;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Sen-Regular.ttf");
}
@font-face {
  font-family: Sen;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/Sen-ExtraBold.ttf");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Urbanist-SemiBold.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Inter-Bold.ttf");
}
.swal2-modal * {
  font-family: Montserrat;
}

#invitation .invitation-card {
  background-color: black;
  max-width: 1200px;
  height: 360px;
  border-radius: 35px;
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#invitation .invitation-card .invitation-img {
  display: flex;
}
#invitation .invitation-card .invitation-img img {
  margin-top: -50px;
  max-width: 105%;
  border-radius: 0 0 0 30px;
}
#invitation .invitation-card .invitation-info {
  padding: 2rem 2.5rem;
  background-color: black;
  border-radius: 0 35px 35px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#invitation .invitation-card .invitation-info h2 {
  color: #FFF;
  font-size: 42px;
}
#invitation .invitation-card .invitation-info .location {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
#invitation .invitation-card .invitation-info .location span {
  margin-left: 1rem;
  color: white;
}
#invitation .invitation-card .invitation-info .button-buy {
  padding: 9px 0;
  border: none;
  background-color: #00C0D1;
  border-radius: 50px;
  color: #1D1E25;
  font-size: 16px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  cursor: pointer;
  letter-spacing: 10%;
  max-width: 260px;
}
@media (max-width: 768px) {
  #invitation .invitation-card {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    overflow: hidden;
    margin: 5rem 1rem;
  }
  #invitation .invitation-card .invitation-img {
    margin-top: 0;
    grid-row: 2;
    padding-top: 52px;
  }
  #invitation .invitation-card .invitation-img img {
    max-width: 100%;
    border-radius: 35px 35px 0 0;
  }
  #invitation .invitation-card .invitation-info {
    grid-row: 1;
    border-radius: 0 0 35px 35px;
    padding: 2rem;
  }
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 1rem 1rem;
  font-size: 16px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-content > .footer-left {
  flex: 1;
}
.footer-content > .footer-left .footer-logos {
  display: flex;
  gap: 1rem;
}
.footer-content > .footer-left .footer-logos img {
  height: 60px;
}
.footer-content > .footer-left p {
  margin: 1rem 0;
  line-height: 1.4;
}
.footer-content > .footer-left .footer-social {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.footer-content > .footer-left .footer-social a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.footer-content > .footer-left .footer-social a:hover {
  color: #ccc;
}
.footer-content > .footer-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.footer-content > .footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-content > .footer-right ul li {
  margin: 0.5rem 0;
}
.footer-content > .footer-right ul li a {
  font-size: 16px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer-content > .footer-right ul li a:hover {
  color: #ccc;
}
.footer-bottom {
  border-top: 1px solid #fff;
  text-align: center;
  margin-top: 3rem;
  padding-top: 1rem;
}
.footer-bottom p {
  margin: 2rem;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }
  .footer-content .footer-left,
  .footer-content .footer-right {
    flex: none;
    margin-bottom: 2rem;
  }
  .footer-content .footer-right {
    justify-content: flex-start;
  }
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 100;
  src: url("/src/assets/fonts/DMSans-Thin.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 300;
  src: url("/src/assets/fonts/DMSans-Light.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/DMSans-Regular.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/DMSans-Medium.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/DMSans-SemiBold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/DMSans-Bold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/DMSans-ExtraBold.ttf");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 900;
  src: url("/src/assets/fonts/DMSans-Black.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Posterama-Regular.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 900;
  src: url("/src/assets/fonts/Posterama-Black.ttf");
}
@font-face {
  font-family: Posterama;
  font-style: normal;
  font-weight: 999;
  src: url("/src/assets/fonts/Posterama-UltraBlack.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: Sen;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Sen-Regular.ttf");
}
@font-face {
  font-family: Sen;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/Sen-ExtraBold.ttf");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 800;
  src: url("/src/assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 400;
  src: url("/src/assets/fonts/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  src: url("/src/assets/fonts/Urbanist-SemiBold.ttf");
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("/src/assets/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("/src/assets/fonts/Inter-Bold.ttf");
}
.swal2-modal * {
  font-family: Montserrat;
}

#overlay #navbar {
  width: 100%;
  padding: 16px 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  background-color: white;
  transform: translateY(-97px);
  box-shadow: 0 10px 10px rgba(24, 24, 24, 0.1);
}
#overlay #navbar .navbar-brand img {
  width: 216px;
}
#overlay #navbar .navbar-links {
  display: flex;
  column-gap: 8px;
}
#overlay #navbar .navbar-links .link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#overlay #navbar .navbar-links .link a {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
  padding: 0 8px;
}
#overlay #navbar .navbar-links .link .line {
  width: 100%;
  height: 2px;
  background-color: #A51C30;
  transform: scaleX(0);
}
#overlay #navbar .navbar-links .dropdown {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  position: relative;
}
#overlay #navbar .navbar-links .dropdown > .toggle {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
  padding: 0 8px;
}
#overlay #navbar .navbar-links .dropdown > .line {
  width: 100%;
  height: 2px;
  background-color: #A51C30;
  transform: scaleX(0);
}
#overlay #navbar .navbar-links .dropdown-items {
  width: 100%;
  background-color: white;
  display: none;
  transform: translateY(-25%);
  position: absolute;
  top: 30px;
}
#overlay #navbar .navbar-links .dropdown-items .item {
  height: 40px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-right: 8px;
}
#overlay #navbar .navbar-links .dropdown-items .line {
  height: 40px;
  width: 2px;
  background-color: #A51C30;
  transform: scaleY(0);
}
#overlay #navbar .navbar-links .dropdown-items a {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
}
#overlay #navbar .navbar-buttons {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}
#overlay #navbar .navbar-actions .button-buy {
  padding: 9px 20px;
  border: none;
  background-color: #A51C30;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
#overlay #navbar .navbar-menu {
  display: none;
}
#overlay #navbar .navbar-menu .button {
  padding: 14px 14px;
  border: none;
  background-color: #333333;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1440px) {
  #overlay #navbar .navbar-links {
    display: none;
  }
  #overlay #navbar .navbar-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  #overlay #navbar .navbar-actions {
    display: none;
  }
}
#overlay #shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 150;
  background-color: rgba(51, 51, 51, 0.6);
  opacity: 0;
}
#overlay #mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 250px;
  height: 100%;
  background-color: white;
  padding: 32px 24px;
  overflow-y: auto;
  transform: translate(-250px);
}
#overlay #mobile-menu .menu-links {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#overlay #mobile-menu .menu-links .link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#overlay #mobile-menu .menu-links .link a {
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #A51C30;
  padding: 0 8px;
}
#overlay #mobile-menu .menu-actions {
  margin-top: 32px;
}
#overlay #mobile-menu .menu-actions .button-buy {
  padding: 9px 20px;
  border: none;
  background-color: #333333;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/*# sourceMappingURL=previous.css.map */
