@charset "UTF-8";
* {
  font-family: "Roboto", "Open Sans", "Arial", sans-serif;
  padding: 0;
  margin: 0;
}

body {
  background-attachment: fixed;
}

body:after {
  content: "";
  display: block;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

body.HomePage {
  padding-top: 0;
}

.center {
  text-align: center;
}

.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}

.cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.hide {
  display: none;
}

.header-start {
  height: 600px;
  color: #000000;
  margin-top: 150px;
}

.header-start div {
  background-position: center;
}

.header-start .start .btn {
  background-color: #8bc34a;
}

/* content */
#content {
  padding-top: 55px;
}

.inner {
  margin: 0 auto;
  width: 1170px;
}

.inner {
  margin-top: 40px;
}

img {
  max-width: 100%;
}

.box-container .advantage-boxes {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
  grid-row-gap: 60px;
  box-sizing: border-box;
  width: 100%;
}

.box-container .advantage-box {
  box-shadow: #dadada 0px 7px 29px 0px;
  padding: 40px;
}

.box-container .advantage-box .icon {
  width: 100px;
  height: 100px;
}

.box-container .advantage-box .icon img {
  width: 100%;
  height: 100%;
}

.box-container .advantage-box .title {
  display: block;
  width: 100%;
  font-size: 30px;
  margin: 40px 0px 10px 0px;
  color: #31475e;
}

.box-container .advantage-box p {
  font-family: sans-serif;
  line-height: 30px;
}

.box-container.transparent {
  background-color: transparent;
}

.box-container.transparent h2 {
  color: #FFFFFF;
}

.box-container.transparent hr.small {
  background-color: #FFFFFF;
}

hr.small {
  display: block;
  width: 100px;
  margin: 40px auto;
  background-color: #2196f3;
  border-radius: 25px;
  height: 15px;
  border: 0;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.mtb {
  margin: 20px 0;
}

.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a {
  color: #2675b9;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

a:hover {
  text-decoration: underline;
}

.box-container .autofactura-mobile {
  text-align: center;
}

.box-container .autofactura-mobile img {
  margin: 0 auto;
  width: auto;
  height: auto;
}

.single-box {
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 3px;
  box-sizing: border-box;
  max-width: 500px;
  padding: 16px 24px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 100px;
}

.single-box.two-cols {
  max-width: 750px;
  display: grid;
  grid-template-columns: 40% 55%;
  grid-column-gap: 5%;
}

.single-box.register .form .form-control {
  margin: 0;
}

.single-box img {
  max-width: 100%;
}

.full-width {
  grid-column: 1/3;
}

.input {
  margin-right: 10px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-radius: 15px;
}

.login-box label {
  font-size: 13px;
}

.start .btn, .login-box .btn {
  background-color: #00629d;
  border: none;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
}

.advantages {
  padding-left: 40px;
}

.advantages li, .offers-box li {
  padding: 5px 0;
  list-style: none;
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  color: #31475e;
}

.advantages li::before {
  position: absolute;
  left: 5px;
  content: "✓";
  font-weight: bold;
  color: #8bc34a;
}

.short-page footer {
  bottom: 0;
  width: 100%;
}

/* metabar */
#meta-bar {
  top: 0;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  transition: background-color 1s linear;
}

#meta-bar.scroll {
  background-color: #31475e;
}

#meta-bar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 25px auto;
}

#meta-bar .form-inline {
  display: inline-flex;
  justify-content: flex-end;
  margin: 15px 0;
}

#meta-bar .input {
  margin-bottom: 0;
}

#meta-bar .form-inline .form-control {
  margin-right: 10px;
  height: 30px;
  border: 1px solid #ddd;
  padding: 1px 5px;
  border-radius: 10px;
}

#meta-bar .form-inline .btn {
  height: 35px;
  background-color: #00629d;
  padding: 6px 12px;
  border: none;
  color: white;
  border-radius: 15px;
  cursor: pointer;
}

#meta-bar .btn-login {
  background-color: #2675b9;
  padding: 10px 20px;
  border-radius: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.logo-link {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
}

/* box */
.box-container {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.box {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
}

h1, h2 {
  font-weight: 700;
  font-size: 40px;
  margin: 10px 0 30px 0;
  color: #00629d;
}

h2 {
  font-size: 35px;
}

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

.content h1,
.content h2 {
  color: #31475e;
}

.box-container p {
  padding: 10px 0;
  line-height: 23px;
  color: #31475e;
  font-weight: 300;
  font-size: 18px;
}

.box-container img {
  width: 100%;
  height: 390px;
}

.input-btn-group .input {
  padding-right: 50px;
  width: 400px;
  display: inline;
  outline: 0;
}

.input-btn-group .btn {
  display: inline;
  margin-left: -50px;
  height: 35px;
  width: 100px;
  background: #8bc34a;
  color: #FFFFFF;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0 10px 10px 0;
}

/* offers */
.offers {
  display: grid;
  grid-template-columns: 50% 50%;
}

.offers-box {
  width: 300px;
  background-color: #e6f1f5;
  border: 1px solid #0062a2;
  border-radius: 10px;
  margin: 0 auto;
}

.offers-box h4 {
  color: #0062a2;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #00619c;
  margin-bottom: 15px;
  padding: 10px 0;
}

.offers-box span {
  display: block;
  text-align: center;
  padding: 10px;
}

.offers-box .price {
  border-top: 1px solid #006dad;
  margin-top: 10px;
  padding-bottom: 0;
}

.offers-box ul {
  padding: 10px 10px 10px 40px;
  position: relative;
}

.offers-box li {
  list-style: none;
}

.offers-box li.not-included:before {
  content: "✓";
  color: #ff1100;
}

.offers-box li::before {
  position: absolute;
  left: 10px;
  content: "✓";
  color: #3a8c3e;
  font-weight: bold;
}

/* footer */
footer {
  text-align: center;
}
@media (max-width: 800px) {
  footer {
    display: none;
  }
}

.grid-footer {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2%;
}

footer h3 {
  color: #31475e;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #005691;
  margin-bottom: 10px;
}

footer p {
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
}

/* login register forgot*/
.register-page, .login-page, .forgotpw-page {
  height: 100vh;
  background-size: cover;
  background-position: bottom;
}

.login-page {
  background-image: url("img/background.jpg");
}

.forgotpw-page {
  background-image: url("img/background-1.jpg");
  background-position: center;
}

.register-page {
  background-image: url("img/background-3.jpg");
}

.form-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  background-color: #FFFFFF;
  width: 50%;
  border-radius: 25px;
  margin: 100px auto;
}
@media (max-width: 800px) {
  .form-box {
    width: 100%;
    margin: 15px auto;
  }
}

.form-box .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
}

.form-box .btn {
  /*height: 35px;*/
  background: #8bc34a;
  color: #FFFFFF;
  border: 0;
  -webkit-appearance: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 6px 12px;
}

.form-box label {
  display: block;
  color: #31475e;
  margin: 5px 0;
}

.fullwidth {
  width: 100% !important;
}

.login-box .logo {
  text-align: center;
  margin-bottom: 10px;
}

.login-box .password {
  display: grid;
  grid-template-columns: auto 35px;
}

.login-box .password a {
  border: 1px solid #ddd;
  border-left: none;
  padding: 6px 12px;
  height: 21px;
  font-weight: 700;
}

.login-box .register, .login-box .login {
  text-align: center;
  display: block;
}

.login-box .login {
  margin-top: 10px;
}

/* animation */
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.fade-in {
  opacity: 0;
}

.fade-in-view {
  opacity: 1;
  animation: fade-view ease 3s;
}

@keyframes fade-view {
  0% {
    opacity: 0;
    /*padding-top: 80px;*/
  }
  100% {
    opacity: 1;
    padding-top: 60px;
  }
}
@media (max-width: 1250px) {
  .inner {
    width: 980px;
  }
  .box-container img {
    height: auto;
  }
  #meta-bar label {
    display: none;
  }
}
@media (max-width: 1000px) {
  .inner {
    width: 700px;
  }
  .box-container h2, h1 {
    font-size: 30px;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .box-container h2, h1 {
    font-size: 6w;
  }
}
@media (max-width: 1000px) {
  .box-container p, .advantages li {
    font-size: 16px;
  }
  .input-btn-group .input {
    width: 250px;
  }
  .box-container .advantage-boxes {
    grid-template-columns: 45% 45%;
    grid-column-gap: 10%;
  }
}
@media (max-width: 750px) {
  .input-btn-group .input {
    width: 85%;
  }
  .input-btn-group .btn {
    width: 20%;
  }
  .inner {
    width: 90%;
  }
  .box, .offers {
    display: block;
  }
  .offers .offers-box {
    margin: 20px auto;
    width: 280px;
  }
  .box .img {
    margin-top: 15px;
  }
  .vertical-middle {
    position: unset;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .start form {
    margin-top: 30px;
  }
  #meta-bar .inner {
    display: block;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .input {
    width: 100%;
  }
  .header-start {
    margin: 0;
  }
  .box-container {
    padding: 5px;
    background-color: #FFFFFF;
  }
  .box-container .advantage-boxes {
    display: block;
  }
  .box-container .advantage-box {
    margin-bottom: 50px;
  }
  .short-page footer {
    position: unset;
    margin-top: 20px;
  }
  #content {
    padding-top: 0px;
  }
  .grid-footer, #meta-bar .inner {
    display: block;
  }
  #meta-bar {
    position: unset;
  }
  #meta-bar .form-inline {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  #meta-bar .form-inline .form-control {
    margin: 5px 0;
  }
  #meta-bar .inner {
    text-align: center;
  }
  .grid-footer > div:first-child {
    margin-bottom: 30px;
  }
  .box-container h2, h1 {
    font-size: 30px;
    color: #23629d;
    margin: 25px 0;
    line-height: 50px;
  }
}
body.LoginControllerPage,
body.c-magiclinkcontroller,
body.PasswordResetControllerPage,
body.s-auth {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #e0f0ff 0%, #e0fbc1 100%);
}

.full-height {
  height: 100dvh; /* moderne Browser */
  height: calc(var(--vh, 1vh) * 100); /* Fallback */
}

/* DARK MODE */
* {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

body.dark-mode {
  background-color: #343a40;
  color: #f8f9fa;
}
body.dark-mode header {
  background: #212529;
}
body.dark-mode main.content {
  background-color: rgb(33, 37, 41);
}
body.dark-mode select.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")!important;
  --bs-border-width: 0;
}
body.dark-mode .bg-autofactura-blue,
body.dark-mode .bg-silent,
body.dark-mode .bg-primary,
body.dark-mode .btn-primary {
  background-color: #343a40;
  --bs-primary-rgb: 77, 130, 203;
}
body.dark-mode select, body.dark-mode div.dt-container div.dt-length select {
  background-color: #2e3539;
  color: #FFFFFF;
}
body.dark-mode footer {
  background-color: transparent;
}
body.dark-mode .list-group-item {
  background-color: #2e343a;
  color: #f8f9fa; /* Set text color for list items */
  border-color: #343a40; /* Set border color for list items */
}
body.dark-mode .list-group-item.active {
  background-color: #343a40; /* Set background color for active list item */
  color: #f8f9fa; /* Set text color for active list item */
  border-color: #343a40; /* Set border color for active list item */
}
body.dark-mode .list-group-item:hover {
  background-color: #343a40; /* Set background color for hovered list item */
  color: #f8f9fa; /* Set text color for hovered list item */
  border-color: #343a40; /* Set border color for hovered list item */
}
body.dark-mode .list-group-item:focus {
  background-color: #343a40; /* Set background color for focused list item */
  color: #f8f9fa; /* Set text color for focused list item */
  border-color: #343a40; /* Set border color for focused list item */
}
body.dark-mode .list-group-flush .list-group-item {
  border-right-color: #343a40; /* Set border right color for flush list items */
  border-left-color: #343a40; /* Set border left color for flush list items */
}
body.dark-mode .list-group-flush .list-group-item:first-child {
  border-top-color: #343a40; /* Set border top color for first flush list item */
}
body.dark-mode .list-group-flush .list-group-item:last-child {
  border-bottom-color: #343a40; /* Set border bottom color for last flush list item */
}
body.dark-mode .modal-content {
  background-color: #212529; /* Set background color for modal content */
  color: #f8f9fa; /* Set text color for modal content */
}
body.dark-mode .modal-header {
  background-color: #343a40; /* Set background color for modal header */
  color: #f8f9fa; /* Set text color for modal header */
  border-bottom-color: #343a40; /* Set border bottom color for modal header */
}
body.dark-mode .modal-title {
  color: #f8f9fa; /* Set text color for modal title */
}
body.dark-mode .modal-body {
  border-color: #343a40; /* Set border color for modal body */
}
body.dark-mode .modal-footer {
  background-color: #343a40; /* Set background color for modal footer */
  border-top-color: #343a40; /* Set border top color for modal footer */
}
body.dark-mode .btn-close {
  color: #f8f9fa; /* Set color for close button */
}
body.dark-mode .btn-close:hover {
  color: #f8f9fa; /* Set color for hovered close button */
}
body.dark-mode .btn-close:focus {
  color: #f8f9fa; /* Set color for focused close button */
}
body.dark-mode .btn-default {
  color: #f8f9fa; /* Set color for default button */
}
body.dark-mode .form-control {
  background-color: #2e343a; /* Set background color for input */
  color: #f8f9fa; /* Set text color for input */
  border-color: #343a40; /* Set border color for input */
}
body.dark-mode .form-control:focus {
  background-color: #2d3035; /* Set background color for focused input */
  color: #f8f9fa; /* Set text color for focused input */
  border-color: #4d82cb; /* Set border color for focused input */
}
body.dark-mode .form-control::placeholder {
  color: #a6a6a6; /* Set text color for focused input */
}
body.dark-mode .card, body.dark-mode .card-body {
  background-color: #2e343a;
  color: #4d82cc;
  border-color: #343a40;
}
body.dark-mode .card-body table {
  border: 1px solid #cbccce;
  color: #4d82cc;
}
body.dark-mode .donut-hole {
  fill: #2b2b2b;
}
body.dark-mode .donut-data {
  fill: #ebebeb;
}
body.dark-mode .entity-overdue {
  background-color: #3a2e2e;
}
body.dark-mode .entity-success {
  background-color: #2c3125;
}
body.dark-mode table {
  background-color: #2e343a;
  color: #f8f9fa !important;
  border-color: #343a40; /* Set border color for list items */
}
body.dark-mode .table > :not(caption) > * > * {
  background-color: #2e343a;
  color: #f8f9fa !important;
  border-color: #343a40; /* Set border color for list items */
}
body.dark-mode .table thead th, body.dark-mode .table thead td,
body.dark-mode table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #2e343a;
  color: #f8f9fa !important;
  border-color: #343a40;
}
body.dark-mode table.table.dataTable > :not(caption) > * > * {
  background-color: #2e343a;
  color: #f8f9fa !important;
  border-color: #343a40; /* Set border color for list items */
}
body.dark-mode a.nav-link.text-muted:hover {
  color: #f8f9fa !important;
}
body.dark-mode .note-toolbar {
  background-color: #212529; /* Set background color for modal content */
  color: #f8f9fa; /* Set text color for modal content */
  border: 0;
}
body.dark-mode .note-editing-area * {
  color: #4d82cc;
}
body.dark-mode .pagination {
  --bs-pagination-bg: #343a40;
}
body.dark-mode .pagination .page-link, body.dark-mode .disabled > .page-link, body.dark-mode .page-link.disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #2e343a;
}
body.dark-mode footer .copyrights {
  background-color: #2e343a;
}
body.dark-mode .affiliate-sidebar {
  background-color: #343a40;
}
body.dark-mode .affiliate-sidebar .sidebar-container {
  background-color: #343a40;
}
body.dark-mode .affiliate-sidebar .benefit-text {
  color: #FFFFFF;
}
body.dark-mode .border, body.dark-mode .border-bottom {
  --bs-border-color: #343a40;
}
body.dark-mode .bg-light {
  background-color: #343a40 !important;
}
body.dark-mode .text-dark {
  color: #FFFFFF !important;
}
body.dark-mode .intro-text {
  background-color: #343a40;
}
body.dark-mode .text-muted {
  color: #FFFFFF !important;
}

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