@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;600;700;800&display=swap");
.bg-primary .navbar-brand,
.bg-secondary .navbar-brand,
.bg-success .navbar-brand,
.bg-info .navbar-brand,
.bg-warning .navbar-brand,
.bg-danger .navbar-brand,
.bg-dark .navbar-brand {
  color: #FFFFFF;
}
.bg-primary .navbar-brand:hover,
.bg-secondary .navbar-brand:hover,
.bg-success .navbar-brand:hover,
.bg-info .navbar-brand:hover,
.bg-warning .navbar-brand:hover,
.bg-danger .navbar-brand:hover,
.bg-dark .navbar-brand:hover {
  color: #e6e6e6;
}

.bg-light .navbar-brand {
  color: #5a35b5;
}
.bg-light .navbar-brand:hover {
  color: #46298e;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* typography */
p {
  font-size: calc(13px + 1 * (100vw - 300px) / 1000);
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.85);
}

.title {
  font-size: calc(15px + 5 * (100vw - 300px) / 1000);
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  background: #000000;
  box-sizing: border-box;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #7948EC;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #5a35b5;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #A09CB0;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

input::file-selector-button {
  color: #FFFFFF;
  background-color: #7948EC;
  padding: 5px 10px 5px 10px;
  font-size: 1em;
  box-shadow: none;
  border: none;
  border-radius: 0.1rem;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}

input::file-selector-button:hover {
  color: #7948EC;
  background-color: #FFFFFF;
  border: 1px solid #7948EC;
}

.width-limit {
  max-width: 300px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 100;
  line-height: 1.2;
  font-family: "tt-travels-next", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 1.85rem;
}

h4,
.h4 {
  font-size: 1.6rem;
}

h5,
.h5 {
  font-size: 1.3rem;
}

h6,
.h6 {
  font-size: 1rem;
}

#logo-joaquin {
  height: 32px !important;
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0;
}

#logo-joaquin2 {
  width: 35%;
  display: block;
  opacity: 1;
}

.navbar-brand {
  flex-shrink: 0;
}

#logo-insignia {
  height: 32px;
  width: auto;
  display: none;
  flex-shrink: 0;
}

@media (min-width: 800px) and (max-width: 899px) {
  #logo-joaquin {
    display: none;
  }
  #logo-insignia {
    display: inline-block;
  }
}
/* Navbar: no overflow */
nav.page-navbar .container {
  flex-wrap: nowrap;
  overflow: visible;
}

nav.page-navbar .navbar-nav {
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

nav.page-navbar .nav-item {
  flex-shrink: 1;
  min-width: 0;
}

/* Reducir espacio entre items del menú a medida que achica */
@media (min-width: 800px) and (max-width: 879px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 3px;
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .lang-selector {
    display: none;
  }
}
@media (min-width: 880px) and (max-width: 999px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 6px;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }
  .lang-selector {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 10px;
    font-size: 0.7rem;
  }
}
#logo-joaquin-blanco {
  width: 60%;
}

@keyframes whatsappShake {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  6% {
    transform: scale(1.15) rotate(-12deg);
  }
  12% {
    transform: scale(1.15) rotate(12deg);
  }
  18% {
    transform: scale(1.1) rotate(-6deg);
  }
  24% {
    transform: scale(1.05) rotate(4deg);
  }
  30% {
    transform: scale(1) rotate(0deg);
  }
}
/* Estilos para el botón flotante */
.whatsapp-button {
  animation: whatsappShake 5s ease-in-out infinite;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #7948EC;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1000;
}

/* Estilos para el ícono de WhatsApp */
.whatsapp-button i {
  font-size: 30px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #FFFFFF;
}

a > code {
  color: inherit;
}

.container {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.margin-right {
  margin-right: 30px;
}

.margin-left {
  margin-left: 30px;
}

.margin-top {
  margin-top: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.78rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.07);
  background-clip: padding-box;
  border: 1px solid rgba(121, 72, 236, 0.3);
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #7948EC;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.04);
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #A09CB0;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #A09CB0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #A09CB0;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #A09CB0;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 0.78rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #A09CB0;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #7948EC;
  border-color: #7948EC;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #B9A0EF;
  border-color: #B9A0EF;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #5a35b5;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #7948EC;
  border-color: #7948EC;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #5a35b5;
  border-color: #5a35b5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 182, 44, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #B9A0EF;
  border-color: #B9A0EF;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: #A09CB0;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: #A09CB0;
}

.btn-outline-primary {
  color: #7948EC;
  border-color: #7948EC;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #7948EC;
  border-color: #7948EC;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #7948EC;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7948EC;
  border-color: #7948EC;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.btn-outline-secondary {
  color: #A09CB0;
  border-color: #A09CB0;
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem #A09CB0;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #A09CB0;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #A09CB0;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 0.78rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A09CB0;
  text-align: center;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.78rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #7948EC;
  background-color: #7948EC;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(185, 160, 239, 0.4);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #A09CB0;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #A09CB0 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #7948EC;
  background-color: #7948EC;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(121, 72, 236, 0.3);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(121, 72, 236, 0.3);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(121, 72, 236, 0.3);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #A09CB0;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(121, 72, 236, 0.3);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 1.78rem 0.4rem 0.78rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A09CB0;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.78rem center/8px 10px;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: rgba(185, 160, 239, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.custom-select:focus::-ms-value {
  color: #A09CB0;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.78rem;
  background-image: none;
}

.custom-select:disabled {
  color: #A09CB0;
  background-color: #FFFFFF;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.6rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(185, 160, 239, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(121, 72, 236, 0.3);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #FFFFFF;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A09CB0;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.8rem);
  padding: 0.4rem 0.78rem;
  line-height: 1.5;
  color: #A09CB0;
  content: "Browse";
  background-color: #FFFFFF;
  border-left: inherit;
  border-radius: 0 0.2rem 0.2rem 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #A09CB0;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #FFFFFF;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.nav-tabs .nav-link.disabled {
  color: #A09CB0;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #A09CB0;
  background-color: #FFFFFF;
  border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #7948EC;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #7948EC;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #7948EC;
}

.navbar-light .navbar-nav .nav-link {
  color: #A09CB0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #7948EC;
}

.navbar-light .navbar-toggler {
  color: #B9A0EF;
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  color: #B9A0EF;
}

.navbar-light .navbar-text {
  color: #A09CB0;
}

.navbar-light .navbar-text a {
  color: #7948EC;
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #7948EC;
}

.navbar-dark .navbar-brand {
  color: #7948EC;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #7948EC;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #7948EC;
}

.navbar-dark .navbar-toggler {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #FFFFFF;
}

.navbar-dark .navbar-text a {
  color: #7948EC;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #7948EC;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  text-align: left;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #0a0a0a;
  background-clip: padding-box;
  border: 1px solid rgba(121, 72, 236, 0.3);
  border-radius: 0.15rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #A09CB0;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #A09CB0;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #7948EC !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #5a35b5 !important;
}

.bg-secondary {
  background-color: #A09CB0 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #A09CB0 !important;
}

.border-0 {
  border: 0 !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #7948EC !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #5a35b5 !important;
}

.text-secondary {
  color: #A09CB0 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #A09CB0 !important;
}

.text-light {
  color: #FFFFFF !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #FFFFFF !important;
}

.text-dark {
  color: #A09CB0 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #000000 !important;
}

.text-body {
  color: #A09CB0 !important;
}

.text-muted {
  color: #A09CB0 !important;
}

.modal-content .text-muted {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #A09CB0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
}
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

body {
  font-family: "Inter", sans-serif !important;
  color: #FFFFFF;
  background: #000000;
  box-sizing: border-box;
}

* {
  font-family: "Inter", sans-serif;
}

/* typography */
p, .simil-p {
  font-size: calc(13px + 1 * (100vw - 300px) / 1000);
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.85);
}

.title {
  font-size: calc(15px + 5 * (100vw - 300px) / 1000);
}

.bg-primary .navbar-brand,
.bg-secondary .navbar-brand,
.bg-success .navbar-brand,
.bg-info .navbar-brand,
.bg-warning .navbar-brand,
.bg-danger .navbar-brand,
.bg-dark .navbar-brand {
  color: #FFFFFF;
}

.bg-primary .navbar-brand:hover,
.bg-secondary .navbar-brand:hover,
.bg-success .navbar-brand:hover,
.bg-info .navbar-brand:hover,
.bg-warning .navbar-brand:hover,
.bg-danger .navbar-brand:hover,
.bg-dark .navbar-brand:hover {
  color: #FFFFFF;
}

.bg-light .navbar-brand {
  color: #A09CB0;
}

.bg-light .navbar-brand:hover {
  color: #000000;
}

.dropdown-menu.form {
  width: 300px;
}

/* Page Navbar*/
nav.page-navbar {
  min-height: 70px;
  padding: 10px 0px 10px 20px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #000000;
}

nav.page-navbar .navbar-brand {
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

nav.page-navbar .navbar-brand .text-dark {
  color: #FFFFFF !important;
}

nav.page-navbar .nav-item .nav-link {
  color: #FFFFFF;
  font-family: "tt-travels-next", sans-serif !important;
  font-weight: 200;
  position: relative;
  z-index: 0;
  padding-bottom: 4px;
  text-transform: uppercase !important;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0 18px;
}
nav.page-navbar .nav-item .nav-link:not(.btn)::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 38%;
  width: 0;
  height: 9px;
  background-color: rgba(121, 72, 236, 0.8);
  border-radius: 2px;
  transition: width 0.35s ease;
  z-index: -1;
}
nav.page-navbar .nav-item .nav-link:not(.btn):hover::after {
  width: 70%;
}

nav.page-navbar .nav-item .nav-link.active:not(.btn) {
  color: #FFFFFF;
}
nav.page-navbar .nav-item .nav-link.active:not(.btn)::after {
  width: 70%;
}

nav.page-navbar .nav-item .btn {
  color: #FFFFFF !important;
  margin-right: 20px;
}

@media (max-width: 799px) {
  nav.page-navbar .navbar-collapse {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  nav.page-navbar .navbar-collapse.show {
    height: auto;
    opacity: 1;
  }
}
nav.page-navbar.affix {
  min-height: 75px;
  padding: 10px 0px 10px 20px;
  background: #000000;
  box-shadow: 0 2px 24px rgba(121, 72, 236, 0.4);
  border-bottom: 1px solid rgba(121, 72, 236, 0.3);
  color: #FFFFFF;
}

nav.page-navbar.affix .nav-link {
  color: #FFFFFF;
}

nav.page-navbar.affix .navbar-brand {
  font-size: 24px;
}

nav.page-navbar.affix .navbar-brand .text-dark {
  color: #000000 !important;
}

.pre-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pre-footer .list {
  list-style-type: none;
  padding-left: 0;
  width: 33.3333333333%;
  padding: 0 30px;
}

.pre-footer .list2 {
  width: 250px !important;
}

.pre-footer .list3 {
  width: auto !important;
}

.pre-footer .list-head {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 6px;
}

.pre-footer .list-body {
  padding-top: 6px;
}

.pre-footer .list-body p {
  margin-bottom: 5px;
}

.pre-footer .list-body p i {
  display: inline-block;
  width: 20px;
}

.pre-footer .list-body a {
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
}

.pre-footer .list-body .social-links {
  margin-top: 15px;
}

.pre-footer .list-body .social-links a {
  display: inline;
  padding: 0 8px 0 0;
}

@media (max-width: 767.98px) {
  .pre-footer {
    display: block;
  }
  .pre-footer .list {
    width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .pre-footer .list {
    width: 80%;
  }
}
.footer {
  border-top: 1px solid #FFFFFF;
  margin: 10px 30px 0;
  padding: 10px 5px;
  text-align: end;
}

.footer p {
  margin: 0;
}

@keyframes blobMove1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-8%, 12%) scale(1.08);
  }
  50% {
    transform: translate(10%, -8%) scale(0.94);
  }
  75% {
    transform: translate(-5%, -12%) scale(1.05);
  }
}
@keyframes blobMove2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  30% {
    transform: translate(10%, -10%) scale(1.06);
  }
  60% {
    transform: translate(-8%, 10%) scale(0.96);
  }
  80% {
    transform: translate(5%, 8%) scale(1.03);
  }
}
@keyframes blobMove3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(-12%, 6%) scale(1.1);
  }
  70% {
    transform: translate(8%, -6%) scale(0.92);
  }
}
.header {
  background: #000000;
  text-align: center;
  color: white;
  position: relative;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}

.auricular-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  object-position: left center;
  filter: brightness(0.45);
  -webkit-mask-image:
    linear-gradient(black, black),
    linear-gradient(black, black),
    linear-gradient(black, black),
    linear-gradient(black, black);
  mask-image:
    linear-gradient(black, black),
    linear-gradient(black, black),
    linear-gradient(black, black),
    linear-gradient(black, black);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right 7%, right 30%, right 53%, right 76%;
  mask-position: right 7%, right 30%, right 53%, right 76%;
  animation: soundBars 6s ease-in-out infinite;
}

@keyframes soundBars {
  0%   { -webkit-mask-size: 3% 16%, 3% 16%, 3% 16%, 3% 16%; mask-size: 3% 16%, 3% 16%, 3% 16%, 3% 16%; }
  15%  { -webkit-mask-size: 65% 16%, 3% 16%, 3% 16%, 3% 16%; mask-size: 65% 16%, 3% 16%, 3% 16%, 3% 16%; }
  30%  { -webkit-mask-size: 65% 16%, 50% 16%, 3% 16%, 3% 16%; mask-size: 65% 16%, 50% 16%, 3% 16%, 3% 16%; }
  45%  { -webkit-mask-size: 65% 16%, 50% 16%, 75% 16%, 3% 16%; mask-size: 65% 16%, 50% 16%, 75% 16%, 3% 16%; }
  60%  { -webkit-mask-size: 65% 16%, 50% 16%, 75% 16%, 45% 16%; mask-size: 65% 16%, 50% 16%, 75% 16%, 45% 16%; }
  75%  { -webkit-mask-size: 65% 16%, 50% 16%, 75% 16%, 45% 16%; mask-size: 65% 16%, 50% 16%, 75% 16%, 45% 16%; }
  85%  { -webkit-mask-size: 3% 16%, 50% 16%, 75% 16%, 45% 16%; mask-size: 3% 16%, 50% 16%, 75% 16%, 45% 16%; }
  92%  { -webkit-mask-size: 3% 16%, 3% 16%, 75% 16%, 45% 16%; mask-size: 3% 16%, 3% 16%, 75% 16%, 45% 16%; }
  96%  { -webkit-mask-size: 3% 16%, 3% 16%, 3% 16%, 45% 16%; mask-size: 3% 16%, 3% 16%, 3% 16%, 45% 16%; }
  100% { -webkit-mask-size: 3% 16%, 3% 16%, 3% 16%, 3% 16%; mask-size: 3% 16%, 3% 16%, 3% 16%, 3% 16%; }
}

@media (max-width: 767px) {
  .auricular-bg {
    object-position: center center;
    filter: brightness(0.6);
  }
}

.header .header-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  margin-top: 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-roles {
  display: flex;
  gap: 6rem;
  font-size: 0.7rem;
  letter-spacing: 0.65em;
  word-spacing: 0.8em;
  text-transform: uppercase;
  color: #fff;
}
.header-roles span {
  opacity: 1;
}

.header .header-content p {
  color: white;
  margin-bottom: 5px;
  font-size: calc(15px + 5 * (100vw - 300px) / 900);
  margin-left: 15%;
  animation: logoPulse 14s ease-in-out infinite;
}

.header .header-content p[data-translate=security] {
  animation-delay: -3.5s;
}

.header .header-content p[data-translate=environment] {
  animation-delay: -7s;
}

.header .header-content p[data-translate=legal] {
  animation-delay: -10.5s;
}

.header .header-content h6 {
  margin-bottom: 25px;
  font-size: calc(35px + 25 * (100vw - 300px) / 900);
}

.header-title {
  font-size: 2.4rem;
  font-weight: bold;
  opacity: 0.8;
}

.header-mini {
  min-height: 24rem;
  height: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background: #000000 !important;
}

.logo {
  margin-bottom: 15px;
}

/* Logo pulse animation */
@keyframes logoPulse {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.05;
  }
  11% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  67% {
    opacity: 0.05;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body,
html {
  height: 100%;
}

section {
  padding: 100px 0;
}

section:nth-child(odd) {
  background-color: #000000;
}

/*Slide*/
@keyframes scroll-pro {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-1600px); }
}
.slide-track--pro {
  animation: scroll-pro 20s linear infinite;
  display: flex;
  align-items: center;
  width: 4800px;
}

@keyframes scroll-brands {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-4400px); } /* 22 logos × 200px */
}


.slider {
  background: #000000;
  box-shadow: 0 10px 20px -5px rgba(121, 72, 236, 0.2);
  height: 130px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 130px;
  position: absolute;
  width: 150px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slide-track--brands {
  animation: scroll-brands 65s linear infinite;
  display: flex;
  align-items: center;
  width: 8800px; /* 44 slides × 200px */
}

.slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: 200px;
  padding: 0 20px;
  background: transparent;
}
.slider .slide img {
  max-height: 55px;
  width: auto;
  max-width: 160px;
  background: transparent;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.slider .slide img:hover {
  opacity: 1;
  transform: scale(1.2);
}

/* Optical size adjustments for specific logos */
.slider .slide img[src*="primera-llamada"],
.slider .slide img[src*="the-kitchen"] {
  max-height: 80px;
  max-width: 180px;
}

.slider .slide img[src*="likan-studios"] {
  max-height: 80px;
  max-width: 180px;
}

.slider .slide img[src*="discovery-channel"] {
  max-height: 90px;
  max-width: 180px;
}

.slider .slide img[src*="warner-bros-discovery"] {
  max-height: 110px;
  max-width: 190px;
}

.slider .slide img[src*="deepdub"] {
  max-height: 38px;
  max-width: 180px;
}

.slider .slide img[src*="papercup"] {
  max-height: 95px;
  max-width: 180px;
}

.slider .slide img[src*="penguin-random-house"] {
  max-height: 75px;
  max-width: 180px;
}

.slider .slide img[src*="/e.webp"] {
  max-height: 80px;
  max-width: 180px;
}

.slider .slide img[src*="comedy-central"] {
  max-height: 72px;
  max-width: 180px;
}

.slider .slide img[src*="warner-bros."],
.slider .slide img[src*="paramount."],
.slider .slide img[src*="paramount+"] {
  max-height: 48px;
  max-width: 160px;
}

.slider .slide img[src*="lifetime"] {
  max-height: 40px;
  max-width: 160px;
}
.slider:hover .slide-track--brands,
.slider:hover .slide-track--pro {
  animation-play-state: paused;
}

.slider--pro-static {
  box-shadow: none;
  overflow: visible;
  height: auto;
  padding: 20px 40px;
}

.slider--pro-static::before,
.slider--pro-static::after {
  display: none;
}

.slide-track--pro-static {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0;
}

.slide-track--pro-static .slide {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

@media (max-width: 900px) {
  .slide-track--pro-static {
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
  }

  .slide-track--pro-static .slide {
    flex: 0 0 30%;
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .slider--pro-static {
    padding: 20px 12px;
  }
  .slide-track--pro-static {
    gap: 14px 6px;
  }
  .slide-track--pro-static .slide {
    flex: 0 0 30%;
  }
  .slide-track--pro-static .slide img {
    max-height: 38px;
    max-width: 90px;
  }
  .slide-track--pro-static .slide:has(img[src*="deepdub"]) {
    flex: 0 0 60%;
  }
  .slide-track--pro-static img[src*="deepdub"] {
    max-height: 50px;
    max-width: 100%;
  }
  .slide-track--pro-static img[src*="papercup"] {
    max-height: 16px;
    max-width: 55px;
    margin: 0;
  }
}

.slide-track--pro-static .slide img {
  max-height: 45px;
  max-width: 110px;
}

.slide-track--pro-static img[src*="papercup"] {
  margin: 0 20px;
}

.slide-track--pro-static img[src*="penguin-random-house"] {
  max-height: 200px;
  max-width: 260px;
}

.choose-subtitle {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2.2vw, 2.2rem);
  margin-top: 60px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.85);
}

#seguridadehigiene,
#ourservices {
  background: #000000;
  position: relative;
  overflow: hidden;
  padding-top: 1rem !important;
}

.services-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.services-blob--1 {
  width: 60%;
  height: 80%;
  top: -25%;
  right: -10%;
  background: radial-gradient(circle, rgba(121, 72, 236, 0.75) 0%, transparent 70%);
  filter: blur(50px);
  animation: blobMove1 12s ease-in-out infinite;
}

.services-blob--2 {
  width: 55%;
  height: 70%;
  bottom: -20%;
  left: -8%;
  background: radial-gradient(circle, rgba(185, 160, 239, 0.5) 0%, transparent 70%);
  filter: blur(45px);
  animation: blobMove2 8s ease-in-out infinite;
}

.services-blob--3 {
  width: 40%;
  height: 50%;
  top: 40%;
  left: 40%;
  background: radial-gradient(circle, rgba(121, 72, 236, 0.35) 0%, transparent 65%);
  filter: blur(60px);
  animation: blobMove3 10s ease-in-out infinite;
}

#ourservices .container {
  position: relative;
  z-index: 3;
}

#ourservices::before,
#ourservices::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 2;
  pointer-events: none;
}

#ourservices::before {
  top: 0;
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
}

#ourservices::after {
  bottom: 0;
  background: linear-gradient(to top, #000000 0%, transparent 100%);
}

#ourservices .services-wrapper:hover {
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.9) !important;
  color: #B9A0EF;
}

#seguridadehigiene {
  color: #FFFFFF;
}
#seguridadehigiene p {
  color: #FFFFFF;
  font-size: 0.94em;
}
#seguridadehigiene .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.p-seguridadehigiene {
  margin-left: 40%;
  margin-right: 120px;
}

#ourservices li {
  text-align: left;
  line-height: 2;
}
#ourservices ol {
  margin: 0 100px 100px 100px;
}

section.p-sm {
  padding: 30px 0 !important;
}

section.p-md {
  padding: 60px 0 !important;
}

section.has-bg-img {
  background-image: url(../imgs/bg-img-1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 450px;
  margin-top: 80px;
  position: relative;
  padding: 100px 0;
  margin-bottom: 80px;
}

section.has-bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

section.has-bg-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid rgba(121, 72, 236, 0.3);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding: 13px 0 4px 23px;
}

section.has-bg-img a i {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #7948EC;
}

section.height-auto {
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}

.has-bg-overlay {
  position: relative;
}

.has-bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/header.jpg) no-repeat center center fixed;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

.has-bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -2;
}

.middle-items {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title {
  font-size: 4rem;
}

.has-height-xs {
  min-height: 75px;
}

.has-height-sm {
  min-height: 150px;
}

.has-height-md {
  min-height: 300px;
}

.has-height-lg {
  min-height: 500px;
}

/* about */
#about h5.title {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #about h5.title {
    white-space: normal;
    font-size: 1.4rem;
  }
}

#about h5.title::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  left: auto;
  width: 60%;
  height: 13px;
  background-color: rgba(121, 72, 236, 0.8);
  border-radius: 2px;
  z-index: -1;
  animation: barBounce 7s ease-in-out infinite;
  transform-origin: right center;
}

@keyframes barBounce {
  0%   { width: 60%; }
  25%  { width: 44%; }
  38%  { width: 64%; }
  48%  { width: 58%; }
  55%  { width: 60%; }
  100% { width: 60%; }
}

.about-layout {
  align-items: stretch;
  min-height: 0;
}

.about-photo-wrapper {
  position: relative;
  width: 40%;
  min-width: unset;
  margin-left: -35px;
  margin-top: -35px;
  margin-bottom: -35px;
  margin-right: 30px;
  border-radius: 0.2rem 0 0 0.2rem;
  overflow: hidden;
  flex-shrink: 0;
}


.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.2rem 0 0 0.2rem;
  display: block;
  filter: grayscale(1);
}

.about-layout > .flex-column {
  width: 60%;
  padding: 35px;
}

.about-layout > .flex-column p {
  line-height: 1.9;
}


.about-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  position: relative;
}

.about-wrapper .content {
  background-color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 3px 80px rgba(121, 72, 236, 0.2), 0 0 10px rgba(121, 72, 236, 0.15) !important;
  border: 1px solid rgba(121, 72, 236, 0.2);
  border-radius: 0.2rem;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.about-wrapper .after {
  position: absolute;
  top: 10%;
  left: -60px;
  background: #7948EC;
  box-shadow: 0 3px 80px rgba(121, 72, 236, 0.4), 0 0 10px rgba(121, 72, 236, 0.2) !important;
  width: 62px;
  height: 80%;
  color: #FFFFFF;
  border-radius: 0.2rem;
}

.about-wrapper .after h2 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 43%;
  left: -45px;
  font-size: 35px;
}

@media (max-width: 767.98px) {
  #logo-joaquin2 {
    width: 70%;
  }

  .header-roles {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    font-size: 0.72rem;
    word-spacing: normal;
  }

  h2[data-section=choose][data-translate=title] {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 767.98px) {
  nav.page-navbar .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    background-color: #000000;
    padding: 10px 0;
    z-index: 999;
    border-top: 1px solid rgba(121, 72, 236, 0.3);
  }

  nav.page-navbar .navbar-nav {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }

  nav.page-navbar .nav-item .nav-link {
    padding: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .about-wrapper {
    margin-left: 0;
  }
  .about-wrapper .after {
    display: none;
  }
  .about-photo-wrapper {
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -35px;
    margin-bottom: 20px;
  }
  .about-layout > .flex-column {
    width: 100%;
    padding: 15px;
  }
  #about .flex-row {
    flex-direction: column;
  }
}
.img-wrapper {
  position: relative;
}

.img-wrapper .after {
  position: absolute;
  top: 10%;
  left: -30px;
  width: 100px;
  height: 80%;
  box-shadow: 0 3px 80px rgba(121, 72, 236, 0.3), 0 0 10px rgba(121, 72, 236, 0.2) !important;
  border-radius: 0.2rem;
  background: #7948EC;
}

.img-wrapper .after.right {
  left: auto;
  right: -30px;
}

.img-wrapper img {
  position: relative;
  width: 90%;
  border-radius: 0.2rem;
  box-shadow: 0 3px 80px rgba(121, 72, 236, 0.4), 0 0 10px rgba(121, 72, 236, 0.3) !important;
}

@media (max-width: 767.98px) {
  .img-wrapper .after {
    display: none;
  }
  .img-wrapper img {
    display: block;
    margin: 20px 0;
  }
}
/* services */
#ourservices row {
  display: flex;
  width: 100%;
}

#ourservices .row {
  align-items: stretch;
  justify-content: center;
  margin-top: 60px;
}

#ourservices .row > div {
  display: flex;
  flex-direction: column;
}

#ourservices .row > div > a {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.services-wrapper {
  flex: 1;
}

.services-wrapper {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(121, 72, 236, 0.2);
  box-shadow: 0 2px 5px 0 rgba(121, 72, 236, 0.3) !important;
  border-radius: 0.2rem;
  padding: 0 20px 20px;
  margin-bottom: 60px;
  margin-left: 20px;
  width: 380px;
  height: auto;
}

.services-wrapper img {
  width: 80px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  background: transparent;
  padding: 5px;
  padding-top: 15px;
}

.services-wrapper .title {
  margin-top: -40px;
  margin-bottom: 1.5rem;
}

/* Ciclo 12s: fase lenta (0-7.5s) + burst rápido (8-9.5s) + pausa (9.5-12s) */
#ourservices .row > div:nth-child(1) .services-wrapper img {
  animation: iconBounce1 12s ease-in-out infinite;
}
#ourservices .row > div:nth-child(2) .services-wrapper img {
  animation: iconBounce2 12s ease-in-out infinite;
}
#ourservices .row > div:nth-child(3) .services-wrapper img {
  animation: iconBounce3 12s ease-in-out infinite;
}

@keyframes iconBounce1 {
  0%   { transform: translateY(-45px) scale(1); }
  5%   { transform: translateY(-52px) scale(1.07); }
  10%  { transform: translateY(-43px) scale(0.97); }
  12%  { transform: translateY(-45px) scale(1); }
  67%  { transform: translateY(-45px) scale(1); }
  70%  { transform: translateY(-50px) scale(1.05); }
  73%  { transform: translateY(-45px) scale(1); }
  100% { transform: translateY(-45px) scale(1); }
}

@keyframes iconBounce2 {
  0%   { transform: translateY(-45px) scale(1); }
  25%  { transform: translateY(-45px) scale(1); }
  30%  { transform: translateY(-52px) scale(1.07); }
  35%  { transform: translateY(-43px) scale(0.97); }
  37%  { transform: translateY(-45px) scale(1); }
  73%  { transform: translateY(-45px) scale(1); }
  76%  { transform: translateY(-50px) scale(1.05); }
  79%  { transform: translateY(-45px) scale(1); }
  100% { transform: translateY(-45px) scale(1); }
}

@keyframes iconBounce3 {
  0%   { transform: translateY(-45px) scale(1); }
  50%  { transform: translateY(-45px) scale(1); }
  55%  { transform: translateY(-52px) scale(1.07); }
  60%  { transform: translateY(-43px) scale(0.97); }
  62%  { transform: translateY(-45px) scale(1); }
  79%  { transform: translateY(-45px) scale(1); }
  82%  { transform: translateY(-50px) scale(1.05); }
  85%  { transform: translateY(-45px) scale(1); }
  100% { transform: translateY(-45px) scale(1); }
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: background-color 0.18s ease-out, border-color 0.18s ease-out, transform 0.18s ease-out, opacity 0.18s ease-out;
  pointer-events: none;
}

.play-btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.project-card:hover .play-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

@keyframes playPulse {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
  20%  { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  60%  { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  80%  { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
}

@media (max-width: 767.98px) {
  .projects-grid .project-card:nth-child(1) .play-btn { animation: playPulse 3.2s ease-in-out 0.0s infinite; }
  .projects-grid .project-card:nth-child(2) .play-btn { animation: playPulse 2.7s ease-in-out 1.3s infinite; }
  .projects-grid .project-card:nth-child(3) .play-btn { animation: playPulse 4.1s ease-in-out 0.6s infinite; }
  .projects-grid .project-card:nth-child(4) .play-btn { animation: playPulse 2.5s ease-in-out 2.4s infinite; }
  .projects-grid .project-card:nth-child(5) .play-btn { animation: playPulse 3.8s ease-in-out 0.9s infinite; }
  .projects-grid .project-card:nth-child(6) .play-btn { animation: playPulse 3.0s ease-in-out 1.8s infinite; }
  .projects-grid .project-card:nth-child(7) .play-btn { animation: playPulse 4.4s ease-in-out 3.1s infinite; }
  .projects-grid .project-card:nth-child(8) .play-btn { animation: playPulse 2.9s ease-in-out 0.4s infinite; }
}

/* Projects Section */
#portfolio {
  padding: 40px 0 50px;
  background: #000000;
}

.projects-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.projects-title,
h2[data-section=choose][data-translate=title],
h3[data-section=our-services][data-translate=title],
h2[data-section=banner][data-translate=title],
h2[data-section=contact][data-translate=title] {
  font-family: "tt-travels-next", sans-serif !important;
  font-weight: 200 !important;
  font-size: clamp(1.1rem, 2.2vw, 2.2rem) !important;
  color: #FFFFFF !important;
  letter-spacing: 0.05em !important;
  text-align: center;
  text-transform: uppercase !important;
}

h2[data-section=choose][data-translate=title] {
  font-size: clamp(0.9rem, 1.8vw, 1.4rem) !important;
}

.projects-title {
  font-family: "tt-travels-next", sans-serif !important;
  font-weight: 200 !important;
  font-size: clamp(1.4rem, 3vw, 3.25rem);
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 260px 260px;
  gap: 8px;
}

.project-card {
  position: relative;
  overflow: visible;
  cursor: pointer;
  background: #141414;
  z-index: 1;
  transition: transform 0.18s ease-out, z-index 0s;
  will-change: transform;
}
.project-img--hover {
  position: relative;
}

.project-img--hover .project-img__default,
.project-img--hover .project-img__hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.18s ease-out;
}

.project-img--hover .project-img__hover {
  object-position: top center;
}

.projects-grid .project-card:nth-child(2) .project-img__default {
  object-position: center 20%;
}

.projects-grid .project-card:nth-child(7) .project-img__default {
  object-position: center 90%;
}

.projects-grid .project-card:nth-child(3) .project-img__default {
  object-position: center 80%;
}

.project-img--hover .project-img__hover {
  opacity: 0;
}

.project-card:hover .project-img--hover .project-img__hover {
  opacity: 1;
}

.project-card:hover .project-img--hover .project-img__default {
  opacity: 0;
}

.project-card .project-img {
  width: 100%;
  height: 100%;
  background-color: #222222;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: filter 0.18s ease-out;
  overflow: hidden;
  will-change: filter;
}
.project-card .project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.project-card .project-overlay span {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.project-card:hover {
  transform: scale(1.18);
  z-index: 10;
  transition: transform 0.18s ease-out, z-index 0s 0s;
}
.project-card:hover .project-img {
  filter: grayscale(0%);
}
.project-card:hover .project-overlay {
  opacity: 1;
}

@media (max-width: 900px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 220px);
  }
}

@media (max-width: 767.98px) {
  .projects-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 240px);
  }
}
#contact .container {
  gap: 20px;
}

.contact-form {
  width: 50%;
}

.contact-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

.contact-info-item:hover {
  color: #B9A0EF;
  text-decoration: none;
  transform: scale(1.15);
}

.contact-info-item span {
  display: none;
}

.contact-info-item i {
  font-size: 2.5rem;
}

@media (max-width: 576px) {
  .contact-info-row {
    gap: 14px;
    flex-wrap: nowrap;
  }
  .contact-info-item i {
    font-size: 1.7rem;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
}

.modal[style*="display: block"] {
  display: flex !important;
}

/* Modal Content */
.modal-content {
  background-color: #0a0a0a;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(121, 72, 236, 0.3);
  width: 80%;
}

.modal-content--video {
  width: 70%;
  max-width: 900px;
  margin: 8% auto;
}

@media (max-width: 767px) {
  .modal-content--video {
    width: 95%;
    margin: 4% auto;
  }
  .modal-content--video h3 {
    font-size: 1.1rem;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  align-self: end;
}

.close:hover,
.close:focus {
  color: #7948EC;
  text-decoration: none;
  cursor: pointer;
}

#about {
  background-color: #000000;
  position: relative;
  padding-bottom: 100px;
}
#about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../imgs/trama.png);
  background-repeat: space;
  background-size: 180px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
#about > * {
  position: relative;
  z-index: 1;
}

#footer {
  background-color: #000000;
  padding-top: 10px;
}
#footer p,
#footer a,
#footer h6 {
  color: #FFFFFF;
}

#footer a:hover {
  color: #B9A0EF;
}

/*lang selector*/
.lang-selector {
  position: relative;
}

.lang-selector__current {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-family: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.2s;
}

.lang-selector__current:hover {
  background: rgba(255, 255, 255, 0.12);
}

.lang-selector__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  overflow: hidden;
  z-index: 9999;
  min-width: 56px;
}

.lang-selector__dropdown.open {
  display: block;
}

.lang-selector__option {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  padding: 9px 14px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-align: center;
}

.lang-selector__option:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.logo-caroca {
  opacity: 1;
}

.logo-caroca:hover {
  opacity: 0.7;
}

@media (max-width: 1366px) {
  #ourservices .container {
    width: 90%;
  }
}
@media (max-width: 1350px) {
  .p-seguridadehigiene {
    margin-right: 50px;
  }
  #ourservices .container {
    width: 100%;
  }
  #ourservices .container ol {
    margin: 0 200px 100px 200px;
  }
  #about .container {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  nav .container {
    width: 98%;
  }
}
@media (max-width: 1200px) {
  nav .container {
    width: 98%;
  }
  #seguridadehigiene .container {
    margin-right: 0px;
  }
  #workwithus {
    padding-left: 50%;
  }
  #ourservices .row {
    width: 70%;
    gap: 50px;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  nav .container {
    width: 98%;
  }
  .navbar-brand {
    width: 30%;
  }
  .navbar-brand img:not(#logo-joaquin):not(#logo-insignia) {
    width: 50% !important;
  }
  .contact-form {
    width: 70%;
  }
  #logo-joaquin {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #ourservices .row {
    gap: 30px;
    justify-content: center;
    width: 90%;
    margin-bottom: 20px;
  }
  .pre-footer .list {
    width: 33.3333333333% !important;
  }
  .pre-footer .list2,
  .pre-footer .list3 {
    width: auto;
  }
}
@media (max-width: 900px) {
  #workwithus {
    padding-left: 50%;
    padding-top: 250px;
  }
  #footer .container {
    width: 98%;
  }
  #about {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: contain !important;
  }
  #about .container {
    width: 90%;
  }
  #seguridadehigiene {
    background-color: #000000;
    background-image: none !important;
  }
  #seguridadehigiene .container {
    margin: auto;
  }
}
@media (max-width: 799px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  #about .container {
    background-size: cover !important;
  }
}
/* Tablet medio: menú 50% ancho, alineado a la derecha */
@media (min-width: 500px) and (max-width: 799px) {
  nav.page-navbar .navbar-collapse.show {
    width: 50%;
    margin-left: auto;
  }
}
/* Mobile chico: menú 100% ancho */
@media (max-width: 499px) {
  nav.page-navbar .navbar-collapse.show {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  nav.page-navbar {
    padding: 10px 0px 0px 10px !important;
  }
  .navbar {
    padding: 0px;
  }
}
@media (max-width: 800px) {
  .flex-row {
    flex-direction: column !important;
  }
  .margin-right {
    margin-right: 0px;
  }
  .p-seguridadehigiene {
    margin-left: 10%;
  }
  #ourservices .container ol {
    margin: 0 50px 100px 50px;
  }
  #workwithus {
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 60px;
    background-image: none;
    height: auto;
  }
  .navbar-brand {
    padding-right: 0px;
  }
  .navbar-brand img:not(#logo-joaquin):not(#logo-insignia) {
    width: 100% !important;
  }
  #logo-joaquin {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #seguridadehigiene {
    background-image: url(../imgs/bg-img-4-mb.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .p-seguridadehigiene {
    margin-top: 200px;
  }
  .pre-footer .list,
  .pre-footer .list2,
  .pre-footer .list3 {
    width: 90% !important;
  }
  .services-wrapper {
    height: auto;
    width: 90%;
  }
  #ourservices .row {
    gap: 10px;
    margin-bottom: 20px;
  }
  #ourservices li {
    font-size: 0.94em;
  }
  .header .header-content {
    margin-top: 0px;
  }
  .header .header-content .logo {
    margin-bottom: 40px;
    margin-left: -10px;
  }
  .header .header-content p {
    font-size: 1em;
    margin-left: 0px;
  }
  #about {
    padding: 50px 0;
  }
  #logo-joaquin {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .header .header-content .logo {
    margin-bottom: 40px;
    width: 80%;
  }
  input::file-selector-button {
    display: flex;
    flex-direction: column;
  }
  input[type=file] {
    display: flex;
    flex-direction: column;
  }
  .navbar-brand {
    width: 50%;
    padding-right: 0px;
  }
  #logo-joaquin {
    width: 100%;
  }
  .navbar {
    padding: 0px;
  }
  .has-bg-img h1 {
    font-size: 2.8em;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .projects-title,
  h2[data-section=choose][data-translate=title],
  h3[data-section=our-services][data-translate=title],
  h2[data-section=contact][data-translate=title] {
    font-size: 1.6rem !important;
  }

  .choose-subtitle {
    font-size: 1.2rem;
    padding: 0 16px;
  }

  h2[data-section=choose][data-translate=title] {
    font-size: 1rem !important;
    max-width: none;
  }
}

.form-success-msg {
  margin-top: 1.2rem;
  padding: 14px 24px;
  border: 1px solid rgba(121, 72, 236, 0.5);
  border-radius: 0.2rem;
  background: rgba(121, 72, 236, 0.12);
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-align: center;
}
