/* src/styles.css */
@font-face {
  font-family: "Druk-Medium";
  src: url(https://db.onlinewebfonts.com/t/1cf15ee1bec64b0239f6b9f760647da9.eot);
  src:
    url(https://db.onlinewebfonts.com/t/1cf15ee1bec64b0239f6b9f760647da9.eot?#iefix)format("embedded-opentype"),
    url(https://db.onlinewebfonts.com/t/1cf15ee1bec64b0239f6b9f760647da9.woff2)format("woff2"),
    url(https://db.onlinewebfonts.com/t/1cf15ee1bec64b0239f6b9f760647da9.woff)format("woff"),
    url(https://db.onlinewebfonts.com/t/1cf15ee1bec64b0239f6b9f760647da9.ttf)format("truetype"),
    url(https://db.onlinewebfonts.com/t/1cf15ee1bec64b0239f6b9f760647da9.svg#Druk-Medium)format("svg");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.font-header {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.btn-info {
  background-color: #7c3aed !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  padding: 10px !important;
  border: 0px !important;
}
b {
  font-weight: 900 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-black {
  color: black !important;
}
p {
  font-family:
    "Roboto",
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 200 !important;
  color: #f0f0f0;
  margin-bottom: 1rem;
}
:root {
  --bs-body-bg: #121212;
  --bs-body-color: #E6EDF3;
  --bs-heading-color: #FFFFFF;
  --bs-link-color: #7c3aed;
  --bs-link-hover-color: #9DC9F6;
}
* {
  box-sizing: border-box;
}
.header {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--bs-heading-color) !important;
  margin-bottom: 1rem;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.25rem;
}
p {
  margin-bottom: 1rem;
}
a,
a:visited,
a:focus,
a:active {
  color: var(--bs-link-color) !important;
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color) !important;
  text-decoration: underline;
}
.btn-primary {
  background-color: #7c3aed !important;
  border-color: #7c3aed !important;
  color: #FFFFFF !important;
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #9DC9F6 !important;
  border-color: #9DC9F6 !important;
  color: #000000 !important;
}
.btn-secondary {
  background-color: #2E2E2E !important;
  border-color: #2E2E2E !important;
  color: var(--bs-body-color) !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #7c3aed !important;
  border-color: #7c3aed !important;
  color: #FFFFFF !important;
}
.navbar,
.navbar-dark {
  background-color: #1F1F1F !important;
  border-bottom: 1px solid #000000;
}
.navbar .navbar-brand,
.navbar .nav-link {
  color: var(--bs-body-color) !important;
  font-family:
    "Roboto",
    "Open Sans",
    sans-serif;
  font-weight: 400;
}
.navbar .navbar-brand:hover,
.navbar .nav-link:hover {
  color: var(--bs-link-color) !important;
}
.card {
  background-color: #1F1F1F !important;
  border: 1px solid #2E2E2E;
  color: var(--bs-body-color) !important;
}
.card .card-header {
  background-color: #2E2E2E;
  border-bottom: 1px solid #7c3aed;
  color: var(--bs-body-color) !important;
}
.card .card-body {
  background-color: #1F1F1F;
  color: var(--bs-body-color);
}
.form-control {
  background-color: #2E2E2E !important;
  border: 1px solid #7c3aed !important;
  color: var(--bs-body-color) !important;
  transition: background-color 0.2s, border 0.2s;
}
.form-control:focus {
  background-color: #3A3A3A !important;
  border-color: var(--bs-link-hover-color) !important;
  color: var(--bs-body-color) !important;
}
.table {
  color: var(--bs-body-color);
}
.table thead th {
  background-color: #2E2E2E;
  border-bottom: 2px solid #7c3aed;
}
.table tbody tr {
  border-bottom: 1px solid #7c3aed;
}
.table tbody tr:hover {
  background-color: #2A2A2A;
}
footer,
.section-dark {
  background-color: #161616;
  color: var(--bs-body-color);
  padding: 2rem 1rem;
  text-align: center;
}
.text-dark {
  color: #161616 !important;
}
.text-bluish-white {
  color: #E6EDF3 !important;
}
.bg-dark-custom {
  background-color: #1F1F1F !important;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.bebas-neue-bold {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.input-outline-light {
  background-color: #24262b !important;
  border: 1px solid #ffffff !important;
  color: #fff !important;
  border-radius: 0.25rem !important;
}
.input-outline-light::placeholder {
  color: #c2c2c2 !important;
}
.btn-topics {
  min-width: 170px;
  font-family: "Bebas Neue", sans-serif !important;
  text-decoration: none !important;
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #111;
  color: #fff !important;
  border: 1px solid #5d5d5d;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.btn-green-topics {
  min-width: 170px;
  font-family: "Bebas Neue", sans-serif !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #0c4419;
  color: #fff !important;
  border: 1px solid #0c4419;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.btn-red-topics {
  min-width: 170px;
  font-family: "Bebas Neue", sans-serif !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #9c1e2b;
  color: #fff !important;
  border: 1px solid #9c1e2b;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.btn-transparent-topics.active {
  filter: brightness(1.05);
  transition: filter 0.3s ease;
  border: 0px !important;
  background-color: #7c3aed;
}
.min-with-none {
  min-width: 0px !important;
}
.btn-transparent-topics {
  min-width: 170px;
  font-family: "Bebas Neue", sans-serif !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.search-container {
  background-color: #ff0000;
  border-radius: 0px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.warning-g {
  font-size: 30px !important;
}
.warning {
  font-family:
    "Roboto",
    Arial,
    sans-serif;
  line-height: 1.5;
}
.name-title {
  font-size: 4rem;
  font-weight: bold;
}
.btn-green {
  background-color: #116024;
  color: #ffffff;
  border-radius: 12px;
  padding: 10px;
  border: 0px !important;
}
.gender-options button {
  background-color: #444;
  color: white;
  border: none;
  border-radius: 0px;
  margin-bottom: 10px;
}
.gender-options .btn-other {
  background-color: #ff0000;
}
.header .subtitle {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 30px;
}
.main-box {
  background-color: #ff0000;
  border-radius: 0px;
}
.searching-box {
  background-color: #24262b;
  border-radius: 0px;
}
.error-box {
  background-color: #ff0000;
  border-radius: 0px;
}
.black-box {
  background-color: #000000;
  border-radius: 0px;
}
.gray-box {
  max-width: 1024px;
  background-color: #24262b;
  border: 1px solid rgb(119, 119, 119);
  border-radius: 0px;
}
.red-box {
  max-width: 1024px;
  background-color: #ff0000;
  border: 1px solid #cf5454;
  border-radius: 0px;
}
.pastel-blue-box {
  max-width: 1024px;
  background-color: #0A0F0D;
  border: 1px solid #00671a;
  border-radius: 0px;
}
.dark-red-box {
  max-width: 1024px;
  background-color: #8b0000;
  border: 1px solid #cf5454;
  border-radius: 0px;
}
.dark-blue-box {
  max-width: 1024px;
  background-color: #090909;
  border: 1px solid #7c3aed;
  border-radius: 0px;
}
.blue-box {
  max-width: 1024px;
  background-color: #022C58;
  border: 1px solid #0f3863;
  border-radius: 20px;
}
.yellow-box {
  max-width: 1024px;
  background-color: #ffff00;
  border: 1px solid #ffff6a;
  border-radius: 0px;
}
.cuadro-negro {
  background-color: white;
  color: black;
  border: 20px solid black;
  font-size: larger;
}
.druk {
  font-family: "Druk-Medium", sans-serif;
  letter-spacing: .05rem !important;
  text-transform: uppercase;
}
.uppercase {
  text-transform: uppercase;
}
.mom-box {
  position: relative;
  width: 100%;
  min-height: 50vh;
  background: url(/assets/mom.jpg) top center / cover no-repeat;
  border-radius: 0px;
  overflow: hidden;
}
.mom-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.mom-box-content {
  position: relative;
  z-index: 2;
}
.accordion-button:not(.collapsed) {
  background-color: #1e1e1e;
}
.accordion-header .accordion-button {
  color: white !important;
  background-color: #24282c !important;
  border: none;
}
.accordion-header .accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #212529 !important;
}
.accordion-header .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.header {
  letter-spacing: 1px;
  color: var(--bs-heading-color) !important;
  margin-bottom: 1rem;
}
.large {
  font-size: 2.6rem;
}
.min-two-lines {
  min-height: 1.2em;
  white-space: normal;
  overflow: hidden;
  display: block;
}
.collapse,
.collapsing {
  transition: none !important;
  -webkit-transition: none !important;
}
.fs-xxsmall {
  font-size: 0.7rem;
}
.fs-xsmall {
  font-size: 1rem;
}
.blue {
  color: #7c3aed !important;
}
.bg-red {
  background-color: #9c1e2b !important;
}
.bg-orange {
  background-color: #c7610e !important;
}
.accordion {
  --bs-accordion-btn-icon-transition: none;
}
.accordion {
  --bs-accordion-border-color: #000;
  --bs-accordion-button-bg: #1e1e1e;
  --bs-accordion-button-color: #fff;
  --bs-accordion-button-hover-bg: #1e1e1e;
  --bs-accordion-button-active-bg: #1e1e1e;
  --bs-accordion-header-bg: #1e1e1e;
  --bs-accordion-header-color: #fff;
  --bs-accordion-body-bg: #1e1e1e;
  --bs-accordion-body-color: #fff;
}
.blue {
  color: #7c3aed;
}
.bg-blue {
  background-color: #7c3aed !important;
}
.bg-red {
  background-color: #9c1e2b !important;
}
.bg-orange {
  background-color: #c7610e !important;
}
.alert-success {
  background-color: #116024 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.alert-danger {
  background-color: red !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.alert-info {
  background-color: #7c3aed !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.maxwidth {
  max-width: 1024px;
}
.one:hover,
.two:hover,
.three:hover,
.four:hover {
  filter: brightness(1.05);
  transition: filter 0.3s ease;
}
.two {
  max-width: 1024px;
  background-color: #1e293b;
  border: 1px solid #334155;
  color: #ffffff;
  padding: 1rem;
  position: relative;
}
.one {
  max-width: 1024px;
  background-color: #7c3aed;
  border: 1px solid #a78bfa;
  color: #ffffff;
  padding: 1rem;
  position: relative;
}
.three {
  max-width: 1024px;
  background-color: #f97316;
  border: 1px solid #fdba74;
  color: #ffffff;
  padding: 1rem;
  position: relative;
}
.four {
  max-width: 1024px;
  background-color: #0f766e;
  border: 1px solid #5eead4;
  color: #ffffff;
  padding: 1rem;
  position: relative;
}
.five {
  max-width: 1024px;
  background-color: #1780ad;
  border: 1px solid #7dd3fc;
  color: #ffffff;
  padding: 1rem;
  position: relative;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-RE6EPV6M.css.map */
