@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;
}

.tabs-container {
  max-width: 650px;
  margin: 0 auto;
}
.tabs-container .tabs {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
}
.tabs-container .tab {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 1rem;
  cursor: pointer;
  text-align: start;
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
}
.tabs-container .tab span {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}
.tabs-container .tab.active {
  border-color: #00BCD4;
  color: #00BCD4;
}
.tabs-container .tab-content {
  display: none;
}
.tabs-container .tab-content .location {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 2rem;
}
.tabs-container .tab-content .location img {
  margin-right: 12px;
  max-height: 36px;
}
.tabs-container .tab-content.active {
  display: block;
}

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

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

a {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*CLASES GENERALES*/
.border {
  border: solid 1px red;
}

.pt-4 {
  padding-top: 4rem;
}

.mr-1 {
  margin-right: 1rem;
}

.bg-primary {
  background-color: #A51C30;
}

.text-white {
  color: #FFF !important;
}

.span-next span {
  color: #00C0D1;
}

.strong {
  font-weight: 800 !important;
}

/*FIN CLASES GENERALES*/
#header {
  position: relative;
  overflow: hidden;
}
#header > .bg {
  position: absolute;
  width: 100%;
  min-height: 900px;
  height: 100vh;
  overflow: hidden;
  background-image: url("../assets/img/backgrounds/bg-monterrey.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1440px) {
  #header > .bg > img:nth-child(2) {
    top: 560px;
    left: 0;
  }
  #header > .bg > img:nth-child(3) {
    top: 1300px;
    right: 0;
  }
}
@media (max-width: 768px) {
  #header > .bg img {
    display: none;
  }
}
#header > .navbar {
  width: 100%;
  padding: 30px 32px 0px 32px;
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
#header > .navbar .navbar-brand img {
  width: 216px;
}
#header > .navbar .navbar-links {
  display: flex;
  column-gap: 8px;
}
#header > .navbar .navbar-links.primary a, #header > .navbar .navbar-links.primary .toggle {
  color: #A51C30 !important;
}
#header > .navbar .navbar-links .link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#header > .navbar .navbar-links .link a {
  font-size: 15px;
  font-weight: 300;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: #FFF;
  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: DMSans, Arial, Helvetica, sans-serif;
  color: #FFF;
  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: DMSans, 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: #00C0D1;
  border-radius: 50px;
  color: #1D1E25;
  font-size: 15px;
  font-weight: 700;
  font-family: DMSans, 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 > .welcome {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 20;
  margin: 60px auto 100px auto;
  max-width: 1600px;
  padding: 1rem;
}
#header > .welcome .welcome-map {
  width: 100%;
  max-width: 50%;
}
#header > .welcome .welcome-map img {
  width: 100%;
}
#header > .welcome .welcome-content {
  width: 100%;
  max-width: 682px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4rem;
}
#header > .welcome .welcome-content .date {
  font-size: 20px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 75px;
  margin: 24px 80px 0 0;
  padding: 0 24px;
  border: solid 2px #FFF;
  border-radius: 50px;
  color: #FFF;
  max-height: 42px;
  line-height: 42px;
}
#header > .welcome .welcome-content .title {
  font-size: 54px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 70px;
  color: #FFF;
  margin: 0 80px 0 0;
}
#header > .welcome .welcome-content .title .span-next {
  display: block;
  font-size: 78px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 75px;
  color: #FFF;
}
#header > .welcome .welcome-content .title .span-next span {
  color: #00C0D1;
}
#header > .welcome .welcome-content .divisor {
  width: 100%;
  max-width: 649px;
  height: 3px;
  background-color: #A51C30;
  margin: 50px 0 16px 0;
}
#header > .welcome .welcome-content .logos {
  display: flex;
  column-gap: 60px;
  margin-right: 80px;
}
#header > .welcome .welcome-content .logos img {
  max-height: 140px;
}
#header > .welcome .welcome-content .location {
  margin-top: 18px;
  display: flex;
  width: 100%;
}
#header > .welcome .welcome-content .location img {
  margin-right: 12px;
  max-height: 36px;
}
#header > .welcome .welcome-content .location .place {
  font-size: 20px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 26px;
  margin-right: 80px;
  color: #FFF;
}
#header > .welcome .welcome-content .access {
  font-size: 24px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 32px;
  margin: 12px 80px 12px 0;
  font-style: italic;
}
#header > .welcome .welcome-content .buttons {
  display: flex;
  column-gap: 22px;
  margin: 64px 80px 0 0;
}
#header > .welcome .welcome-content .buttons .button-buy {
  background-color: #00C0D1;
  color: #1D1E25;
}
#header > .welcome .welcome-content .buttons a, #header > .welcome .welcome-content .buttons button {
  display: flex;
  width: 248px;
  height: 46px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
#header > .welcome .welcome-content .buttons a span, #header > .welcome .welcome-content .buttons button span {
  font-size: 22px;
  font-weight: 500;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  letter-spacing: 20%;
}
#header > .welcome .welcome-content .buttons a {
  border: solid 2px #FFF;
  border-radius: 50px;
  color: #FFF;
}
@media (min-width: 1980px) {
  #header > .welcome .welcome-map {
    max-width: 50%;
    transform: translateY(-10%);
  }
  #header > .welcome .welcome-content {
    padding-top: 5rem;
  }
}
@media (max-width: 1440px) {
  #header > .welcome {
    justify-content: flex-end;
  }
  #header > .welcome .welcome-content {
    position: relative;
    z-index: 20;
  }
}
@media (max-width: 1303px) {
  #header > .welcome {
    justify-content: flex-end;
  }
  #header > .welcome .welcome-content {
    padding-top: 0;
  }
  #header > .welcome .welcome-content .title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  #header > .welcome {
    justify-content: center;
  }
  #header > .welcome .welcome-map img {
    width: 100%;
  }
  #header > .welcome .welcome-content {
    align-items: center;
  }
  #header > .welcome .welcome-content .title {
    text-align: center;
    margin-right: 0px;
    font-size: 46px;
  }
  #header > .welcome .welcome-content .logos {
    margin-right: 0px;
  }
  #header > .welcome .welcome-content .date {
    margin: 24px 0px 12px 0;
  }
  #header > .welcome .welcome-content .place {
    font-size: 24px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 75px;
    margin-right: 0px;
    color: #1D1E25;
  }
  #header > .welcome .welcome-content .buttons {
    margin: 24px 0px 0 0;
  }
  #header > .welcome .welcome-content .access {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  #header > .welcome {
    justify-content: center;
  }
  #header > .welcome .welcome-content .title {
    font-size: 36px;
    font-weight: 900;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 46px;
    margin-top: 12px;
  }
  #header > .welcome .welcome-content .title span {
    font-size: 52px;
    font-weight: 900;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 56px;
  }
  #header > .welcome .welcome-content .title .span-next span {
    font-size: 78px;
  }
  #header > .welcome .welcome-content .logos img {
    height: 120px;
  }
  #header > .welcome .welcome-content .date {
    font-size: 20px;
    height: 36px;
    line-height: 34px;
  }
  #header > .welcome .welcome-content .location {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header > .welcome .welcome-content .location .place {
    font-size: 20px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-align: center;
    margin: 0;
  }
  #header > .welcome .welcome-content .buttons {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
  #header > .welcome .welcome-map {
    max-width: 100% !important;
  }
  #header > .welcome .welcome-map img {
    height: auto;
  }
}
@media (max-width: 768px) {
  #header > .welcome {
    justify-content: center;
    flex-direction: column;
  }
  #header > .welcome .welcome-content .date {
    font-size: 18px;
    font-weight: 600;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 36px;
    margin: 12px 0 0 0;
    height: 28px;
    line-height: 24px;
  }
  #header > .welcome .welcome-content .title {
    padding: 0 24px;
    font-size: 24px;
    font-weight: 600;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 36px;
    line-height: 28px !important;
  }
  #header > .welcome .welcome-content .title span {
    line-height: 34px !important;
    max-height: 50px;
    font-size: 34px !important;
  }
  #header > .welcome .welcome-content .location {
    margin-top: 8px !important;
    max-width: 300px;
  }
  #header > .welcome .welcome-content .location img {
    max-height: 20px;
    margin-right: 8px;
  }
  #header > .welcome .welcome-content .location .place {
    font-size: 12px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 14px !important;
  }
  #header > .welcome .welcome-content .buttons {
    flex-direction: row;
    margin-top: 12px;
  }
  #header > .welcome .welcome-content .buttons button, #header > .welcome .welcome-content .buttons a {
    width: unset;
    height: unset;
    min-height: unset;
    min-width: 130px;
  }
  #header > .welcome .welcome-content .buttons button span, #header > .welcome .welcome-content .buttons a span {
    padding: 4px 8px;
    font-size: 12px !important;
  }
  #header > .welcome .welcome-map {
    padding-top: 1rem;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header > .welcome .welcome-map img {
    max-width: 80% !important;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #header > .welcome {
    justify-content: center;
    flex-direction: column;
  }
  #header > .welcome .welcome-content .date {
    font-size: 14px;
    font-weight: 600;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 36px;
    margin: 12px 0 0 0;
    height: 24px;
    line-height: 20px;
  }
  #header > .welcome .welcome-content .title {
    font-size: 15px;
    font-weight: 600;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 36px;
    line-height: 20px !important;
  }
  #header > .welcome .welcome-content .title span {
    line-height: 34px !important;
    max-height: 50px;
    font-size: 24px !important;
  }
  #header > .welcome .welcome-content .location {
    margin-top: 8px !important;
    max-width: 300px;
  }
  #header > .welcome .welcome-content .location img {
    max-height: 20px;
    margin-right: 8px;
  }
  #header > .welcome .welcome-content .location .place {
    font-size: 12px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 14px !important;
  }
  #header > .welcome .welcome-content .buttons {
    flex-direction: row;
    margin-top: 12px;
  }
  #header > .welcome .welcome-content .buttons button, #header > .welcome .welcome-content .buttons a {
    width: unset;
    height: unset;
    min-height: unset;
    min-width: 130px;
  }
  #header > .welcome .welcome-content .buttons button span, #header > .welcome .welcome-content .buttons a span {
    padding: 4px 8px;
    font-size: 12px !important;
  }
  #header > .welcome .welcome-map {
    padding-top: 1rem;
    max-width: 100% !important;
  }
  #header > .welcome .welcome-map img {
    height: auto;
  }
}
@media (max-width: 380px) {
  #header > .welcome {
    justify-content: center;
    flex-direction: column;
  }
  #header > .welcome .welcome-content .date {
    font-size: 14px;
    font-weight: 600;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 36px;
    margin: 12px 0 0 0;
    height: 24px;
    line-height: 20px;
  }
  #header > .welcome .welcome-content .title {
    font-size: 15px;
    font-weight: 600;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 36px;
    line-height: 20px !important;
  }
  #header > .welcome .welcome-content .title span {
    line-height: 34px !important;
    max-height: 50px;
    font-size: 24px !important;
  }
  #header > .welcome .welcome-content .location {
    margin-top: 8px !important;
    max-width: 300px;
  }
  #header > .welcome .welcome-content .location img {
    max-height: 20px;
    margin-right: 8px;
  }
  #header > .welcome .welcome-content .location .place {
    font-size: 12px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 14px !important;
  }
  #header > .welcome .welcome-content .buttons {
    flex-direction: row;
    margin-top: 12px;
  }
  #header > .welcome .welcome-content .buttons button, #header > .welcome .welcome-content .buttons a {
    width: unset;
    height: unset;
    min-height: unset;
    min-width: 130px;
  }
  #header > .welcome .welcome-content .buttons button span, #header > .welcome .welcome-content .buttons a span {
    padding: 4px 8px;
    font-size: 12px !important;
  }
  #header > .welcome .welcome-map {
    padding-top: 1rem;
    max-width: 100% !important;
  }
  #header > .welcome .welcome-map img {
    height: auto;
  }
}
#header > .about .about-container {
  display: flex;
  column-gap: 60px;
  position: relative;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px 75px 0;
  max-width: 1500px;
  margin: 0 auto;
}
#header > .about .about-content {
  width: 100%;
  max-width: 690px;
  position: relative;
  z-index: 20;
}
#header > .about .about-content .span-next {
  font-size: 56px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 64px;
  text-transform: uppercase;
  color: #1D1E25;
  margin: 22px 0 0 0;
}
#header > .about .about-content .span-next span {
  color: #00C0D1;
}
#header > .about .about-content h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #A51C30;
}
#header > .about .about-content h2 {
  font-size: 46px;
  font-weight: 500;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 64px;
  text-transform: uppercase;
  color: #1D1E25;
  margin: 0 0 32px 0;
}
#header > .about .about-content p {
  font-size: 20px;
  font-weight: 500;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 28px;
  color: #1D1E25;
  margin-bottom: 15px;
  text-align: justify;
  padding: 14px;
}
#header > .about .about-content p span.primary {
  color: #A51C30;
  font-size: 18px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
}
#header > .about .about-gallery {
  position: relative;
  z-index: 15;
}
#header > .about .about-gallery img {
  max-width: 800px;
}
#header > .about .about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header > .about .about-image img {
  max-width: 650px;
  border-radius: 40px;
}
#header > .about .about-watermark {
  position: absolute;
  right: -20%;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 0;
}
@media (min-width: 1441px) {
  #header > .about {
    justify-content: space-around;
  }
  #header > .about .about-content {
    max-width: 45%;
  }
}
@media (max-width: 1440px) {
  #header > .about {
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
  }
  #header > .about .about-gallery img {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  #header > .about {
    justify-content: center;
    padding: 0 24px;
    margin-bottom: 75px;
  }
  #header > .about .about-container {
    padding: 0;
    margin-top: 12rem;
  }
  #header > .about .about-container .about-gallery img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header > .about .about-container {
    padding: 0;
    margin-top: 12rem;
    display: flex;
    flex-direction: column;
  }
  #header > .about .about-container .about-gallery {
    order: 2;
  }
  #header > .about .about-container .about-gallery img {
    max-width: 100%;
  }
  #header > .about .about-container .about-content {
    order: 1;
  }
  #header #about-second .about-container {
    margin: 5rem 0;
  }
}
@media (max-width: 425px) {
  #header > .about .about-container .about-content {
    order: 1;
  }
  #header > .about .about-container .about-content h2 {
    font-size: 40px;
  }
  #header #about-second .about-container {
    margin: 5rem 0;
  }
}

#main {
  overflow: hidden;
}
#main #boletos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
}
#main .cat {
  width: 100%;
  max-width: 1300px;
  min-height: 560px;
  padding: 0 40px 40px 0;
  background-image: url("../assets/img/backgrounds/campus.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
}
#main .cat > .cat-image {
  display: flex;
  justify-content: center;
  align-self: center;
}
#main .cat > .cat-image img {
  max-width: 310px;
}
#main .cat > .cat-action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: center;
}
#main .cat > .cat-action h2 {
  font-size: 64px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: #FFF;
}
#main .cat > .cat-action p {
  font-size: 20px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 26px;
  color: #FFF;
  text-align: justify;
  margin: 2rem 1.5rem 2rem 0;
}
#main .cat > .cat-action .button-buy {
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  color: #1D1E25;
  font-size: 22px;
  font-weight: 600;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  letter-spacing: 10%;
  cursor: pointer;
  background-color: #00C0D1;
  max-width: 350px;
  max-height: 42px;
  line-height: 14px;
}
@media (max-width: 1200px) {
  #main .cat {
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 1rem;
    text-align: center;
  }
  #main .cat .cat-action {
    width: 100%;
  }
  #main .cat .cat-action h2 {
    font-size: 2rem;
  }
  #main .cat .cat-action p {
    margin: 2rem 0;
  }
  #main .cat .cat-action button {
    margin: 0 auto;
  }
  #main .cat .cat-image {
    display: none;
  }
}
@media (max-width: 768px) {
  #main #boletos {
    padding: 2rem;
  }
}
@media (max-width: 425px) {
  #main .cat .cat-action .button-buy {
    max-height: unset;
    line-height: 24px;
  }
}
#main > .schedule {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  padding: 0 80px;
  margin: 150px 0 140px 0;
}
#main > .schedule .schedule-header {
  width: 100%;
  max-width: 540px;
}
#main > .schedule .schedule-header .header-info {
  margin-bottom: 54px;
}
#main > .schedule .schedule-header .header-info h3 {
  font-size: 56px;
  font-weight: 800;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2rem;
}
#main > .schedule .schedule-header .header-info p {
  font-size: 20px;
  font-weight: 500;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: #1D1E25;
  margin: 14px 0 31px 0;
  line-height: 32px;
  text-align: justify;
}
#main > .schedule .schedule-header .header-info .button-buy {
  padding: 10px 40px;
  background-color: #00C0D1;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  letter-spacing: 10%;
  color: #1D1E25;
  cursor: pointer;
  border: none;
}
#main > .schedule .schedule-header .header-image {
  margin-top: 10rem;
}
#main > .schedule .schedule-header .header-image img {
  width: 100%;
}
#main > .schedule .schedule-header .header-warning {
  margin-top: 40px;
}
#main > .schedule .schedule-header .header-warning p {
  font-size: 16px;
  font-weight: 600;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: rgba(51, 51, 51, 0.5);
}
#main > .schedule .schedule-content {
  width: 100%;
  max-width: 750px;
}
#main > .schedule .schedule-content .list:nth-child(3) {
  display: none;
  opacity: 0;
}
#main > .schedule .schedule-content .list-item {
  display: grid;
  grid-template-columns: 111px 32px 1fr;
  column-gap: 40px;
  min-height: 124px;
}
#main > .schedule .schedule-content .list-item .date {
  font-size: 18px;
  font-weight: 600;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: #1D1E25;
  min-width: 250px;
}
#main > .schedule .schedule-content .list-item .dot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main > .schedule .schedule-content .list-item .dot-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00C0D1;
  border-radius: 32px;
}
#main > .schedule .schedule-content .list-item .dot-number span {
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color: #ffffff;
}
#main > .schedule .schedule-content .list-item .dot-line {
  flex-grow: 1;
  width: 4px;
  background-color: #00C0D1;
}
#main > .schedule .schedule-content .list-item:nth-last-child(1) .dot-line {
  display: none;
}
#main > .schedule .schedule-content .list-item .info-title {
  font-size: 28px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
}
#main > .schedule .schedule-content .list-item .info-description {
  font-size: 20px;
  font-weight: 600;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 22px;
  line-height: 26px;
  margin: 10px 0 16px 0;
  color: #1D1E25;
}
#main > .schedule .schedule-content .list-item .info-more button {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  background-color: #A51C30;
  column-gap: 5px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
#main > .schedule .schedule-content .list-item .info-more button img {
  height: 14px;
  width: 14px;
}
#main > .schedule .schedule-content .list-item .info-more div {
  max-height: 0px;
  display: block;
  overflow-y: hidden;
}
#main > .schedule .schedule-content .list-item .info-more div p {
  font-size: 15px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 28px;
  opacity: 0.7;
  color: #1D1E25;
  text-align: justify;
}
#main > .schedule .schedule-content .list-item .info-person {
  margin-bottom: 1.5em;
}
#main > .schedule .schedule-content .list-item .info-person-title {
  font-size: 16px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  margin-top: 1em;
}
#main > .schedule .schedule-content .list-item .info-person-title i {
  font-size: 16px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
}
#main > .schedule .schedule-content .list-item .info-person-description {
  font-size: 16px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
}
@media (max-width: 1440px) {
  #main > .schedule {
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
  }
  #main > .schedule .schedule-header {
    max-width: none;
    display: flex;
    column-gap: 32px;
    align-items: center;
  }
  #main > .schedule .schedule-header .header-info {
    order: 2;
    max-width: 560px;
  }
  #main > .schedule .schedule-header .header-image {
    order: 1;
  }
  #main > .schedule .schedule-header .header-image img {
    width: 100%;
    max-width: 450px;
  }
  #main > .schedule .schedule-content {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  #main > .schedule .schedule-header {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  #main > .schedule {
    padding: 0 24px;
  }
  #main > .schedule .schedule-header .header-info {
    display: flex;
    flex-direction: column;
  }
  #main > .schedule .schedule-header .header-info h3 {
    text-align: center;
  }
  #main > .schedule .schedule-header .header-info button {
    margin: 0 auto;
  }
  #main > .schedule .schedule-header .header-image {
    display: none;
  }
}
@media (max-width: 580px) {
  #main > .schedule {
    padding: 0 24px;
  }
  #main > .schedule .schedule-content .list-item {
    column-gap: 8px;
  }
  #main > .schedule .schedule-content .list-item .date {
    min-width: unset;
  }
}
@media (max-width: 425px) {
  #main > .schedule {
    padding: 0 24px;
  }
  #main > .schedule .schedule-content .list-item .info-title {
    font-size: 19px;
  }
  #main > .schedule .schedule-content .list-item .info-description {
    font-size: 16px;
  }
}
#main > .timer {
  position: relative;
  min-height: 800px;
  background: #000;
}
#main > .timer .timer-content {
  padding: 100px 80px;
}
#main > .timer .timer-content .info {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#main > .timer .timer-content .info h2 {
  font-size: 36px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 45px;
  color: #ffffff;
  margin: 0 0 6rem 0;
}
#main > .timer .timer-content .info h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 70px;
  color: #ffffff;
}
#main > .timer .timer-content .info-counter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 160px;
  justify-content: center;
}
#main > .timer .timer-content .info-counter .data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main > .timer .timer-content .info-counter .data span {
  color: #ffffff;
}
#main > .timer .timer-content .info-counter .data span:nth-child(1) {
  font-size: 84px;
  font-weight: 800;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
#main > .timer .timer-content .info-counter .data span:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-right: -14px;
}
#main > .timer .timer-content .info .button-buy {
  padding: 9px 60px;
  margin-top: 5rem;
  border: none;
  background-color: #00C0D1;
  border-radius: 50px;
  color: #1D1E25;
  font-size: 20px;
  font-weight: 700;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  cursor: pointer;
  letter-spacing: 10%;
}
@media (min-width: 1980px) {
  #main > .timer .timer-bg .red {
    max-width: 80%;
    height: 900px;
  }
  #main > .timer .timer-bg .red .watermark {
    transform: translate(-50%, 65px);
  }
  #main > .timer .timer-content .info {
    max-width: 50%;
  }
}
@media (max-width: 1440px) {
  #main > .timer .timer-bg .red {
    max-width: 1200px;
  }
  #main > .timer .timer-content .banner {
    transform: translate(-20px, 140px);
  }
  #main > .timer .timer-content .banner-date, #main > .timer .timer-content .banner-phrase {
    height: 80px;
  }
  #main > .timer .timer-content .banner-date span:nth-child(1), #main > .timer .timer-content .banner-phrase span:nth-child(1) {
    font-size: 24px;
    font-weight: 800;
    font-family: DMSans, Arial, Helvetica, sans-serif;
  }
  #main > .timer .timer-content .banner-date span:nth-child(2), #main > .timer .timer-content .banner-phrase span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
  }
  #main > .timer .timer-content .banner-divisor {
    width: 4px;
    height: 80px;
  }
  #main > .timer .timer-content .info {
    max-width: 650px;
  }
  #main > .timer .timer-content .info h2 {
    font-size: 58px;
    font-weight: 900;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 80px;
    color: #ffffff;
  }
  #main > .timer .timer-content .info-counter .data span:nth-child(1) {
    font-size: 46px;
    font-weight: 800;
    font-family: Roboto, Arial, Helvetica, sans-serif;
  }
  #main > .timer .timer-content .info-counter .data span:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-right: -14px;
  }
}
@media (max-width: 1200px) {
  #main > .timer .timer-content {
    flex-direction: column;
    align-items: center;
    padding: 170px 80px 50px 80px;
  }
  #main > .timer .timer-content .banner {
    order: 2;
    transform: translate(0px, 60px);
  }
  #main > .timer .timer-content .banner-date, #main > .timer .timer-content .banner-phrase {
    height: 100px;
  }
  #main > .timer .timer-content .banner-date span:nth-child(1), #main > .timer .timer-content .banner-phrase span:nth-child(1) {
    font-size: 40px;
    font-weight: 800;
    font-family: DMSans, Arial, Helvetica, sans-serif;
  }
  #main > .timer .timer-content .banner-date span:nth-child(2), #main > .timer .timer-content .banner-phrase span:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
  }
  #main > .timer .timer-content .info {
    order: 1;
    max-width: none;
  }
}
@media (max-width: 768px) {
  #main > .timer .timer-content {
    padding: 40px 20px;
  }
  #main > .timer .timer-content .banner {
    width: 100%;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: flex-start;
  }
  #main > .timer .timer-content .banner-divisor {
    width: 100%;
    height: 4px;
  }
  #main > .timer .timer-content .info {
    order: 1;
    max-width: none;
  }
  #main > .timer .timer-content .info h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 56px;
  }
  #main > .timer .timer-content .info > p {
    font-size: 18px;
    font-weight: 400;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 28px;
    margin: 50px 0 80px 0;
  }
  #main > .timer .timer-content .info-counter {
    justify-content: center;
    row-gap: 60px;
  }
  #main > .timer .timer-content .info-counter .data {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  #main > .timer .timer-content .info h2 {
    font-size: 36px;
    font-weight: 900;
    font-family: DMSans, Arial, Helvetica, sans-serif;
    line-height: 56px;
  }
}
#main > .talks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 80px;
  margin: 190px 0 90px 0;
  position: relative;
}
#main > .talks .talks-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main > .talks .talks-header h2 {
  font-size: 56px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 56px;
  text-transform: uppercase;
  color: #1D1E25;
  margin: 14px 0 15px 0;
  text-align: center;
}
#main > .talks .talks-notification {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 20;
  margin-bottom: 5rem;
}
#main > .talks .talks-notification p {
  font-size: 20px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 16px;
  text-align: justify;
  text-align-last: center;
}
#main > .talks .talks-topic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
}
#main > .talks .talks-topic h2 {
  font-size: 52px;
  font-weight: 800;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #A51C30;
}
#main > .talks .talks-topic h3 {
  font-size: 52px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 1100px;
  margin-bottom: 5rem;
}
#main > .talks .talks-topic .divisor {
  width: 100%;
  height: 1px;
  background-color: rgba(165, 28, 48, 0.3);
}
#main > .talks .talks-topic .people {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 100px;
  padding: 30px 0 250px 0;
}
#main > .talks .talks-topic .people-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  min-width: 300px;
}
#main > .talks .talks-topic .people-item .avatar {
  width: 200px;
  height: 200px;
  border-radius: 500px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 16px;
}
#main > .talks .talks-topic .people-item .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
#main > .talks .talks-topic .people-item .about span:nth-child(1) {
  font-size: 28px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 36px;
  color: #1D1E25;
  text-align: center;
  max-width: 250px;
}
#main > .talks .talks-topic .people-item .about span:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  color: #1D1E25;
  text-align: center;
  max-width: 250px;
}
#main > .talks .talks-watermark {
  position: absolute;
  left: -20%;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 0;
}
@media (max-width: 1200px) {
  #main > .talks {
    padding: 0 24px;
  }
  #main > .talks .talks-topic {
    max-height: none;
  }
}
@media (max-width: 425px) {
  #main > .talks .talks-topic h2 {
    font-size: 36px;
  }
  #main > .talks .talks-topic h3 {
    font-size: 30px;
  }
}
#main > .alliances {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 100px;
  padding: 280px 80px;
  margin-bottom: 120px;
  background-color: #EDEDED;
  min-height: 900px;
}
#main > .alliances .alliances-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main > .alliances .alliances-header h2 {
  font-size: 80px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 56px;
  text-transform: uppercase;
  color: #1D1E25;
  margin: 14px 0 15px 0;
  text-align: center;
}
#main > .alliances .alliances-header p {
  max-width: 836px;
  font-size: 18px;
  font-weight: 400;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 28px;
  color: #1D1E25;
  margin-bottom: 31px;
  text-align: center;
}
#main > .alliances .alliances-logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  justify-items: center;
  grid-auto-rows: 210px;
}
#main > .alliances .alliances-logos .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main > .alliances .alliances-logos .logo img {
  width: 100%;
  max-width: 250px;
  max-height: 165px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  #main > .alliances {
    padding: 0 24px;
  }
  #main > .alliances .alliances-header h2 {
    font-size: 60px;
    line-height: 80px;
  }
  #main > .alliances .alliances-logos {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }
}
@media (max-width: 768px) {
  #main > .alliances {
    padding: 4rem 24px;
  }
  #main > .alliances .alliances-header h2 {
    font-size: 60px;
    line-height: 80px;
  }
  #main > .alliances .alliances-logos {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }
}
@media (max-width: 425px) {
  #main .alliances .alliances-header h2 {
    font-size: 2.2rem;
  }
  #main .alliances .alliances-logos {
    grid-template-columns: 1fr;
    grid-auto-rows: 190px;
  }
}

.nosotros {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.nosotros .nosotros-container-1 {
  display: grid;
  grid-template-columns: 45% 55%;
  margin-bottom: 4rem;
  column-gap: 1rem;
}
.nosotros .nosotros-container-1 .nosotros-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nosotros .nosotros-container-1 .nosotros-image img {
  width: 100%;
  max-width: 540px;
  border-radius: 40px;
  max-height: 350px;
}
.nosotros .nosotros-container-2 {
  display: grid;
  grid-template-columns: 55% 45%;
  column-gap: 1rem;
}
.nosotros .nosotros-container-2 .nosotros-image {
  display: flex;
  align-items: center;
}
.nosotros .nosotros-container-2 .nosotros-image img {
  width: 100%;
  max-width: 540px;
  max-height: 350px;
  border-radius: 40px;
}
.nosotros h2 {
  font-size: 44px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}
.nosotros p {
  font-size: 18px;
  font-weight: 500;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-bottom: 1.5rem;
  line-height: 26px;
}
.nosotros .nosotros-image {
  display: flex;
}
@media (max-width: 768px) {
  .nosotros .nosotros-container-1,
  .nosotros .nosotros-container-2 {
    grid-template-columns: 1fr;
  }
  .nosotros .nosotros-container-2 {
    grid-template-rows: auto auto;
  }
  .nosotros .nosotros-container-2 .nosotros-image {
    grid-row: 2;
  }
  .nosotros .nosotros-container-2 > div:last-of-type {
    grid-row: 1;
  }
}

.banner {
  background-image: url("../assets/img/2025/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h2 {
  text-align: center;
  color: #FFF;
  font-size: 56px;
  font-weight: 800;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  line-height: 64px;
  padding: 1rem;
}

.celebration {
  padding: 1rem;
  margin: 4rem 0;
}
.celebration h2 {
  font-size: 38px;
  font-weight: 900;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  text-align: center;
  color: #A51C30;
}
.celebration p {
  font-size: 18px;
  font-weight: 500;
  font-family: DMSans, Arial, Helvetica, sans-serif;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

@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=styles.css.map */
