:root {
  --color-background-light: #ffffff;
  --color-background-dark: #000000;
  --color-primary: #cdb42b;
  --color-secundary: #ffffff;
  --color-tex-in-light: #000000;
  --color-text-in-dark: #ffc107;
  --color-border-in-dark: #333;
  --color-banner: #111111;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
#root {
  height: 100vh;
}

.in-print {
  display: none;
}

.pt-20 {
  padding-top: 20px;
}

@media print {
  .print {
    display: none;
  }

  .line-break {
    page-break-after: always;
  }

  .in-print {
    display: block;
    margin-bottom: 20px;
  }

  * {
    margin-top: 5px;
  }
}
.splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 888;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-chart {
  text-align: right;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .btn-chart {
    text-align: center;
  }
}
.header_wrapper {
  margin-bottom: 50px;
}
.header_wrapper .topbar_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: black;
}
.header_wrapper .topbar_wrapper .topbar {
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_wrapper .topbar_wrapper .topbar .logo {
  width: auto;
  height: 26px;
}
.header_wrapper .topbar_wrapper .topbar .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_wrapper .topbar_wrapper .topbar .menu a {
  margin-right: 20px;
  min-width: 60px;
  opacity: 1;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  width: auto;
  height: 25px;
  transition: all 0.3s linear;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 15px 0 0;
  z-index: 1;
  color: var(--color-secundary);
  font-size: 13px;
  opacity: 0.7;
  font-weight: 100;
  font-family: Montserrat, sans-serif;
}
.header_wrapper .topbar_wrapper .topbar .menu a:hover {
  opacity: 1;
  text-decoration: none;
}
.header_wrapper .topbar_wrapper .topbar .menu .btn {
  opacity: 1;
  color: #000;
  background-color: var(--color-text-in-dark);
  border-radius: 0;
  height: 30px;
  font-weight: 600;
}
.header_wrapper .topbar_wrapper .topbar .menu .btn:hover {
  background-color: var(--color-secundary);
}
.header_wrapper .banner {
  height: 400px;
  background-image: url("../images/bg-wedding-calculator.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_wrapper .banner .title {
  transition: all 1s;
}

@media (max-width: 800px) {
  .header_wrapper .topbar_wrapper .topbar {
    height: 100px;
    flex-direction: column;
    justify-content: space-around;
  }
  .header_wrapper .topbar_wrapper .topbar .logo {
    height: 35px;
  }
  .header_wrapper .banner .title {
    max-width: 300px;
  }
}
.footer_wrapper {
  margin-top: 50px;
  background-color: var(--color-background-dark);
  color: var(--color-secundary);
}
.footer_wrapper .logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.footer_wrapper .information_content {
  font-size: 14px;
  display: block;
}
.footer_wrapper .contact {
  text-align: right;
}
.footer_wrapper .contact .fa-whatsapp {
  margin-bottom: 3px;
  margin-right: 5px;
  color: var(--color-secundary);
}
.footer_wrapper .contact a {
  text-decoration: none;
  color: var(--color-text-in-dark);
  transition: all 0.5s;
}
.footer_wrapper .contact a:hover {
  color: var(--color-secundary);
}
.footer_wrapper .contact a .phone {
  font-size: 22px;
  font-weight: 500;
}
.footer_wrapper .contact a .email {
  font-weight: 700;
}
.footer_wrapper .copyright {
  font-size: 12px;
  padding: 20px 0;
  height: 100px;
}
.footer_wrapper .copyright .copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .logo {
    margin: 0 auto;
  }

  .information img {
    width: 200px;
    display: block;
    margin: 0 auto 30px auto;
  }
  .information .information_content {
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
  }

  .contact {
    margin-top: 20px;
    text-align: center !important;
  }

  .copyright {
    text-align: center;
  }
  .copyright .copyright-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .copyright img {
    margin: 20px 0 0;
  }
}
#component-custom-table h1,
#component-custom-table h2,
#component-custom-table h3,
#component-custom-table h4,
#component-custom-table h5,
#component-custom-table h6 {
  margin: 0;
  padding: 0;
}
#component-custom-table .custom__elements {
  display: flex;
  flex-direction: column;
}
#component-custom-table .label-mobile {
  display: none !important;
}

.custom__description {
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 600px) {
  .mt3-mobile {
    margin-top: 1rem !important;
  }

  .label-mobile {
    display: block !important;
  }

  .custom__elements {
    padding-top: 0 !important;
  }

  .custom__description {
    display: block !important;
  }

  .tcmb {
    text-align: center;
  }
}

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