/*! ########## 1. GOOGLE FONTS IMPORT  ########## */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700");
/*! ########## 2. BOOTSTRAP CSS ########## */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.pd-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.tx-semibold {
    font-weight: 600;
}
.tx-poppins {
    font-family: "Poppins", sans-serif;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }

  .navbar {
    display: none;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.65;
  color: #727780;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

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;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.7rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(23, 24, 25, 0.1);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem; /* o el valor de g-4 */
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}


@media (max-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(23, 24, 25, 0.15);
  border-radius: 3px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: .65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.fade-in {
  animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #727780;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(23, 24, 25, 0.15);
  border-radius: 3px;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
  width: 16px;
  height: 16px;
  border: none;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.625rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(23, 24, 25, 0.15);
  border-radius: 3px;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.65rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%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-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%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-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(23, 24, 25, 0.15);
  border-radius: 3px;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(23, 24, 25, 0.15);
  border-radius: 3px;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(23, 24, 25, 0.15);
  border-radius: 0 3px 3px 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  align-items: center;
}

.no-padding{
  padding: 0!important;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 3px;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}


/*! ########## 3.6 Containers ########## */
@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-wrapper {
  padding: 2rem 0;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}
@media (min-width: 480px) {
  .container-wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 576px) {
  .container-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .container-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .container-wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .container-wrapper {
    padding: 4rem 0;
  }
}

.container-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px 0;
  width: 100%;
}

/*! ########## 3.8 Forms ########## */
.form-control {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.form-control.bg-gray-dark-light {
  color: #D8DCE3;
}
.form-control.bg-gray-dark-light:focus, .form-control.bg-gray-dark-light:active {
  color: #D8DCE3;
  background-color: #333844;
}

.form-control-inverse {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.form-control-inverse:focus, .form-control-inverse:active {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  color: #fff;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 2px;
}

.custom-control-description {
  line-height: 1.9;
}

.custom-file-control-primary::before {
  background-color: #0866C6;
  color: #fff;
}

.custom-file-control-inverse::before {
  background-color: #282c35;
  color: #fff;
}


/*! ########## 3.12 Input Group ########## */
.input-group-inverse .form-control {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 0;
}
.input-group-inverse .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input-group-inverse .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.input-group-inverse .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.input-group-inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input-group-inverse .input-group-btn .btn {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 0;
}

/*! ########## 3.15 Modal ########## */
.modal-title {
  font-weight: 600;
  color: #282c35;
}

/*! ########## 3.16 Nav ########## */
.nav-white{
  font-size: 18px;
  font-weight: 400;
  flex-direction: column !important;
}
.nav-white .nav-link {
  color: #fff;
  opacity: .75;
}
.nav-white .nav-link:hover, .nav-white .nav-link:focus {
  color: #fff;
  opacity: 1;
}
.nav-white .active, .nav-white .active:hover, .nav-white .active:focus {
  color: #fff;
  opacity: 1;
}

.nav-md .nav-link {
  padding: 10px 20px;
}

/*! ########## 3.17 Navbar ########## */
.navbar {
  transition: all 0.3s ease;
}

/*! ########## 5.4 Demo ########## */
/*
 * All classes below are considered part of the utilities classes
 * that are not available there but manually added here.
 *
 * Class names below are named the same way with utilities classes
 * so that this can be reuse anywhere in the template and not only
 * for a specific theme file. You can also add your own style here
 * if styles are not available both in utilities classes and here.
 *
 * Meanwhile, you are free to move all classes found below to be
 * added in the utilities classes based from where they belong.
 *
*/

.mg-l-240 {
  margin-left: 240px;
}

.mg-l-320 {
  margin-left: 320px;
}

.mg-l-18 {
  margin-left: 18px;
}

.mg-t-16 {
  margin-top: 16px;
}

.mg-t-18 {
  margin-top: 18px;
}

.mg-t-19 {
  margin-top: 19px;
}

.mg-t-70 {
  margin-top: 70px;
}

.mg-t-120 {
  margin-top: 120px;
}

.mg-t-130 {
  margin-top: 130px;
}

.mg-t-140 {
  margin-top: 140px;
}

.mg-t-neg-100 {
  margin-top: -100px;
}

.mg-t-neg-200 {
  margin-top: -200px;
}

.mg-l-neg-5 {
  margin-left: -5px;
}

.agency-2{
  position: relative;
  font-family: "Poppins", sans-serif;
}
.agency-2 .leftpanel {
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.06);
}

.blog-2 .nav-outline .nav-link.active::before {
  top: -15px;
  bottom: auto;
}
.bg-black-1 {
    background-color: #f9f5ed;
}

.nav-dropdown.nav-hover-primary .dropdown.show > a {
  color: #0866C6;
}
.nav-dropdown .dropdown > .dropdown-menu {
  display: block;
  opacity: 0;
  top: -10000px !important;
  margin-top: -2px;
  border-top: 0;
  transition: all 0.2s ease-in-out;
  transform: none !important;
}
.nav-dropdown .show > .dropdown-menu {
  display: block;
  opacity: 1;
  top: auto !important;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .nav-dropdown .show > .dropdown-menu {
    position: static !important;
  }
}

@media (max-width: 575px) {
  .dashboard-1 .show-search .toppanel {
    top: 0;
  }
  .dashboard-1 .show-search .main {
    padding-top: 155px;
  }
}
@media (min-width: 576px) {
  .t-sm-0 {
    top: 0;
  }

  .t-sm-50 {
    top: 50px;
  }

  .l-sm-0 {
    left: 0;
  }

  .l-sm-220 {
    left: 220px;
  }

  .t-sm-neg-30 {
    top: -30px;
  }

  .mg-sm-t-140 {
    margin-top: 140px;
  }

  .mg-sm-t-170 {
    margin-top: 170px;
  }

  .ht-sm-300 {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .t-md-neg-50 {
    top: -50px;
  }

  .ht-md-750 {
    height: 750px;
  }

  .pd-md-t-120 {
    padding-top: 120px;
  }
}


/**index código de xoch */
@media (max-width: 989px) {
  .js-not-loaded .leftpanel {
    transform: translateX(-100%) !important;
  }
}
#navbarMain{
  line-height: 2.2rem;
  font-weight: 100;
  margin-top: 0px;
}

.toggle-menu-icon, .toggle-menu-icon:focus, .toggle-menu-icon:hover {
  outline: none;
}

/*DIVIDERS*/
.divider{
  background-color:white;
}
@media (max-width: 990px){
  .divider-hidden{
    display: none;
  }
}

/* Panel lateral *//*EFECTO BLUR*/
.leftpanel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  background-color: #232825;
  z-index: 100;
  transition: transform 0.3s ease;
  align-items: flex-start !important;
  flex-direction: column !important;
}
.navigation-section{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
@media (max-width: 989px) {
  .leftpanel {
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .leftpanel.collapsed {
    transform: translateX(-100%);
  }

  .leftpanel:not(.collapsed) {
    transform: translateX(0);
  }
}
/* En desktop se muestra siempre */
@media (min-width: 990px) {
  .leftpanel {
    width: 200px;
    transform: translateX(0);
    display: flex;
  }
  .navigation-section{
    margin-bottom: auto;
    flex-grow: 1;
    width: 100%;
  }
}

/* Oculto por defecto en pantallas pequeñas */
@media (max-width: 989px) {
  .leftpanel {
    width: 100%;
    transform: translateX(0);
  }

  .leftpanel.collapsed {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
}


/* Barra inferior fija */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  background-color: #5d665e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 140;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
  margin: 10px;
  border-radius: 4px;
}

/* Botón Toggle */
.toggle-menu-icon {
  padding: 10px 14px;
  background-color: #444;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}


/* Botón Contacto */
.contact-button {
  padding: 12px 20px;
  background-color: #7c847d;
  border: none;
  color: white;
  border-radius: 4px 0px 0px 4px;
  cursor: pointer;
}
.contact-button:hover{
  color: white;
  text-decoration: none;
}

/* Ocultar barra en pantallas grandes */
@media (min-width: 990px) {
  .bottom-bar {
    display: none;
  }
}

/*Botón regresar de los submenus*/
.btn-back {
  display: none;
  background-color: initial;
  border: none;
  outline: none!important;
  box-shadow: none;
  justify-self: flex-end;
}

@media (max-width: 989px) {
  .btn-back {
    display: inline-block;
    margin-bottom: 1rem;
    cursor: pointer;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
    gap: 10px;
    align-items: center;
  }
  .btn-back svg{
    transform: rotate(180deg);
  }
  #submenu-container .submenu-content .btn-back {
    color: white;
  }
  #submenu-container2 .submenu-content .btn-back {
    color: black;
  }
  #submenu-container .submenu-content .btn-back:hover, #submenu-container2 .submenu-content .btn-back:hover{
    color: #bc8a5c;
  }

}
#submenu-container2{
  display: flex;
}
/*estilos de los submenús de primer nivel*/

#submenu-container {
  position: fixed;
  top: 0;
  left: 200px;
  width: 350px;
  height: 100%;
  background-color: #232d24;
  color: white;
  z-index: 90;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 800ms cubic-bezier(0.21, 0.03, 0, 1), opacity 300ms ease;
}

/*TOGGLE BUTTON MENU PRINCIPAL*/
.toggle-menu-icon {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.toggle-menu-icon .bar {
  width: 100%;
  height: 4px;
  background-color: white;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.toggle-menu-icon.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}

.toggle-menu-icon.active .bar:nth-child(2) {
  opacity: 0;
}

.toggle-menu-icon.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* MAIN OVERLAY dentro del leftpanel */
.main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  z-index: 40;
  transition: opacity 0.4s ease;
}
@media (max-width: 989px) {
  .main-overlay {
    display: none !important;
  }
}

/* activar overlay */

/* CONTENIDO PRINCIPAL */
@media (min-width: 992px) {
  .main {
    margin-left: 200px;
  }
}
/* aplicar blur al contenido principal cuando está activo */

body.overlay-active .main-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.overlay-active {
  overflow: hidden;
}


@media (max-width: 989px) {
  .js-not-loaded .leftpanel {
    transform: translateX(-100%) !important;
  }
  .btn-back {
    display: flex;
  }
   #submenu-container {
    z-index: 110;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}


/*SUBMENU IDIOMAS*/
#submenu-idiomas {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 200px;
  min-width: 150px;
  background-color: #383844;
  color: white;
  z-index: 90;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 300ms ease, opacity 300ms ease;
}

#submenu-idiomas.show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

#submenu-idiomas ul {
  display: block; 
  left: 120px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#submenu-idiomas ul li {
  padding: 1.2rem 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

#submenu-idiomas ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#submenu-idiomas ul li a{
  color: white;
}
#submenu-idiomas ul li a:hover{
  text-decoration: none;
}
#submenu-idiomas ul li:hover a{
  color: #bc8a5c;
}
@media (max-width: 989px) {
  #submenu-idiomas{
    z-index: 200;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem; 
  }
  #submenu-idiomas .btn-back{
    color: white;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #ffffff;
  }
  #submenu-idiomas .btn-back:hover{
    color: #af8052;
    border-bottom: 1px solid #af8052;
  }
  #submenu-idiomas ul{
    line-height: 2.2rem;
  }
  #submenu-idiomas ul li {
    padding: 0;
  }
  #submenu-idiomas ul li:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: #af8052;
  }
}



/*botón cerrar del menú multinivel*/
#submenu-close-btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: red;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 999;
  outline: none;
}

@media (max-width: 989px) {
  .submenu-close-btn {
    display: none!important;
  }
  .submenu-idiomas{
    top: 0!important;
    right: 0!important;
    left:0!important;
    z-index: 130!important;
  }
}

.nav-white .nav-link {
  color: #ffffff;
}

.nav-white .nav-link:hover, .nav-green .nav-link:focus {
  color: #bc8a5c;
}

.nav.nav-active-golden .active {
  color: #bc8a5c;
  underline: solid 1px #bc8a5c;
}
.nav-link {
  position: relative;
}


.nav-link[data-bs-toggle="custom-collapse"]::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 0px;
  width: 12px;
  height: 12px;
  background-image: url("../images/menu-pointer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0; /* <- oculto por defecto */
  transition: opacity 0.2s ease;
}

#nav-secondary .nav-white .nav-link[data-bs-toggle="custom-collapse"]::after{
  top: 23%!important;
}
/*Estilos del botón de contacto*/
@-webkit-keyframes bounceright {
    0% { transform: translateX(0); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
  }

  @keyframes bounceright {
    0% { transform: translateX(0); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
  }
@media (min-width: 990px) {
  #social-media{
    width: 100%;
  }
  

  .nav #leftpanel-contact-btn{
    background-color: #2b3a2d;
    transition: color 1.2s, transform 1.2s, background-color 0.3s;
    padding: 20px;
  }
} 
 .nav #leftpanel-contact-btn:hover a svg{
    -webkit-animation: bounceright .65s ease infinite;
    animation: bounceright .65s ease infinite;
    top: 26%;
  } 

.nav #leftpanel-contact-btn a {
  width: 100%;
  position: relative;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  color: white;

}

.nav #leftpanel-contact-btn:hover{
  background: #bc8a5c;
}

.nav #leftpanel-contact-btn a .arrow-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  pointer-events: none;
  color: currentColor;
}

@media (max-width: 989px) {
  .nav #leftpanel-contact-btn{
    display: none;
  }
}



@media (max-width: 989px) {
  .nav-link[data-bs-toggle="custom-collapse"]::after {
    opacity: 1;
    right: auto;
    padding-left: 25px;
  }
  .nav-link#active-toggle{
    color: #bc8a5c;
  }
  #menu-contact-button{
    display: none;
  }
}

.nav-link[data-bs-toggle="custom-collapse"].active-toggle::after {
  opacity: 1;
}

.nav-link[data-bs-toggle="custom-collapse"]:hover::after,
.nav-link[data-bs-toggle="custom-collapse"].active-toggle::after {
  opacity: 1;
}

.nav-link[data-bs-toggle="custom-collapse"].active-toggle{
  color: #bc8a5c;
}

@media (max-width: 989px) {
  .nav-link[data-bs-toggle="custom-collapse"].active-toggle{
    color: #ffffff;
  }
}

.nav-link#language-btn {
  width: 100%;
  position: relative;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  color: white;
  gap: 10px;
}

.nav-link#language-btn .arrow-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  pointer-events: none;
  color: currentColor;
}

.nav-link#language-btn.rotated .arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}

#logo-menu{
  margin: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: center !important;
  align-items: center !important;
  display: flex;
}
.nav-link img#svg-logo{
    width:100px; 
    height: 130px;
}

@media (max-width: 989px) {
  #logo-menu{
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link img{

  }
  .nav-link img#svg-logo{
    width:65px; 
    height: 100px;
  }
}
.contact{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.contact ul.nav{
  flex-direction: column !important;
}
.contact ul.nav li.nav-white{
  padding: 20px;
  font-size: 14px;
}
@media (max-width: 990px){
  .contact ul.nav{
    max-width: fit-content;
  }
}

/*Estilos de los menús*/
.submenu-content {
  display: flex; 
  flex-direction: column; 
  width: 100%;
}
.menu-margin{
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 990px){
  .menu-margin{
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #submenu-container2 ul li a{
    line-height: 1rem;
  }
}

/*ESTILOS DEL SUBMENU 01*/
.submenu-panel{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 240px;
  width: 350px;
  background-color: #383844;
  color: white;
  z-index: 60;
  transform: translateX(-100%);
  opacity: 1;
  pointer-events: none;
  transition: transform 800ms cubic-bezier(0.21, 0.03, 0, 1), opacity 300ms ease;
  font-family: "Poppins", sans-serif;
}
.submenu-panel .sm-intro p{
  font-size: 1.37rem;
  font-weight: 100;
  line-height: 1.9rem;
  margin-bottom: .5rem;
  font-weight: 100!important;
}
.submenu-panel .sm-intro .sm-data p{
  font-weight: 100;
}
.submenu-panel .sm-intro .sm-data > a{
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9rem;
  border-bottom: 1px solid #ffffff;
}
.submenu-panel .sm-intro .sm-data > a:hover{
  color: #bc8a5c;
  border-bottom: 1px solid #bc8a5c;
  text-decoration: none;
}
.submenu-panel ul{
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.3rem;
}
.submenu-panel ul li{
  margin-bottom: .9rem;
}
@media (max-width: 989px){
  .submenu-panel .sm-intro p{
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

/*ESTILOS DEL SUBMENU 02*/
#submenu-container2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 550px;
  width: 400px;
  background-color: #ffffff!important;
  color: black;
  z-index: 80;
  transform: translateX(0);
  opacity: 0;
  pointer-events: auto;
  transition:
    left 0.5s ease,
    transform 800ms cubic-bezier(0.21, 0.03, 0, 1),
    opacity 300ms ease;
  background-color: dimgray;
}
#submenu-container2 .sm2-intro h4{
  font-size: 1.4rem;
  font-weight: 100;
}
#submenu-container2 .sm2-intro p{
  color: #7c847d;
  margin-bottom: .5rem;
}
#submenu-container2 .sm2-intro > a{
  font-weight: 600;
  font-size: .9rem;
  border-bottom: 1px solid #2b3a2d;
  color: black;
  text-decoration: none;
}
#submenu-container2 .sm2-intro > a:hover{
  color: #bc8a5c;
  border-bottom: 1px solid #bc8a5c;
}
#submenu-container2 ul{
  font-size: .85rem;
  line-height: 1.2rem;
}
#submenu-container2 ul li a{
  color: #000000;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
#submenu-container2 ul li a:after{
  content: "";
  position: absolute;
  background-image: url("../images/arrow.svg");
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-top: 6px;
}
#submenu-container2 ul li a:hover{
  color: #bc8a5c;
}

@media (max-width: 989px) {
  #submenu-container2 {
    z-index: 120;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .submenu-panel ul {
    margin-top: 15px;
  }
  .sm2-intro h4, 
  .sm2-intro p{
    display: none;
  }
}



/*ANIMACIONES DE LOS SUBMENÚS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.submenu-content .sm-fade {
  opacity: 0;
}

.submenu-content.animate-in .sm-fade{
  animation: fadeInUp 0.4s ease forwards;
}

.submenu-content.animate-in .sm-fade:nth-child(1) {
  animation-delay: 0.2s;
}
.submenu-content.animate-in .sm-fade:nth-child(2) {
  animation-delay: 0.3s;
}
.submenu-content.animate-in .sm-fade:nth-child(3) {
  animation-delay: 0.45s;
}


/* estilos del botón de contacto arriba de 990px */
#leftpanel-contact-btn {
  position: relative;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  transition: color 0.3s ease;
}

#leftpanel-contact-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: #bc8a5c;
  border-radius: 50%;
  transform: translate(-50%, 10%) scale(0);
  transition: transform 0.8s cubic-bezier(0, 0.5, 0.55, 1.1);
  z-index: -1;
}

#leftpanel-contact-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

#leftpanel-contact-btn:hover {
  color: white; /* Contraste con el fondo animado */
}
.visible {
    visibility: visible !important;
}


/** CSS TITULOS ANIMADOS **/
.anim-item {
  opacity: 0;
  transform: translateY(50px);
}

.anim-texto {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.anim-texto.visible {
  opacity: 1;
  visibility: visible;
}
.anim-texto.invisible {
  opacity: 0;
}

.anim-texto-measure {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  left: -9999px;
  top: 0;
  white-space: normal;
  display: block;
}

.line-wrapper {
  overflow: hidden;
  line-height: 1.2;
}

.line {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}


/*CSS's generales - Alineación de los bloques del main en primer nivel*/
.align01{
  margin: auto;
  width: clamp(20rem, 95%, 84.25rem);
}
.vanila-bg{
  background-color: #f9f5ed;
}
.dark-green-bg{
  background-color: #232825;
}

/*Estilos del main-title*/

  .estilo-titulo-principal{
    font-size: 3.8rem;
    color: black; 
    font-weight: 100;
  }
  @media (max-width: 1000){
    .align01 .estilo-titulo-principal{
      margin-left: 7.5rem!important;
    }
  } 
  @media (max-width: 1200px){
  .estilo-titulo-principal{
    font-size: 3.2rem;
  }
 }
 @media (max-width: 990px){
  .estilo-titulo-principal{
    font-size: 2.6rem;
  }
}
.titulo-estilo {
  padding-bottom: .8rem;
  padding-right: 5rem;
  font-weight: 100;
  color: black;
}
.red-button{
  color: white;
  background-color: #bc8a5c;
  padding: 1rem;
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 1.75rem;
  width: fit-content;
}
.red-button svg{
  color: white;
}
.main-title img{
    display: none;
}
@media (min-width: 990px){
  .main-title{
    padding: 2rem 0 3.5rem!important;
  }
}
@media (max-width: 990px){
  .main-title{
    padding-bottom: 2rem!important;
  }
  .titulo-estilo {
    padding-right: .5rem;
  }
  .main-title img{
    padding-bottom: 22px;
    display: flex;
  }
}

@media (min-width: 1300px){
  .main-title .align01{
    padding-right: 15rem;
  }
}



/*estilos de info-block*/

.info-block .blck-banner{
  background-color:#232825; 
  color: white; 
  padding: 2.5rem;
}
.info-block .blck-banner .black-button{
  color: white;
  background-color: #232825;
  padding: 1rem;
  border: solid 1px white;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 1.75rem;
  width: fit-content;
}
.info-block .blck-banner .black-button:hover{
  text-decoration: none;
}
.info-block .blck-banner .black-button svg{
  color: #bc8e68;
}
.info-block-image img{
  object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* estilos de la sección servicios */
.servicios .row{
  justify-content: space-between;
}
.servicios .anim-texto{
  margin-bottom: 3.5rem;
}
.servicios ul{
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 60px;
    list-style: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: -1.5rem;
}
@media (max-width: 1300px){
  .servicios ul{
    column-count: 1;
  }
}
@media (min-width: 750px) and (max-width: 990px){
  .servicios ul{
    column-count: 2;
  }
}
@media (max-width: 990px){
  .servicios ul{
    margin-top: 15px;
  }
  .servicios .anim-texto{
    margin-bottom: 1rem;
  }
}
.servicios ul li{
  border-bottom: 1px solid #d6d6d6;
}
.servicios ul li a{
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
}
.servicios ul li a svg{
  color: #bc8a5c;
  transform: translateX(-12px);
  transition: transform 0.3s ease;
}
.servicios ul li:hover a svg{
  transform: translateX(0px);
}
.servicios .row div .white-button{
  color: black;
  background-color: #ffffff;
  padding: 1rem;
  border: solid 1px black;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 1.75rem;
  width: fit-content;
}
.servicios .row div .white-button:hover{
  text-decoration: none;
}
.servicios .row div .white-button svg{
  color: #bc8e68;
}


/*estilos de la sección block-video*/
.block-video .titulo-estilo{
  padding-top: .4rem;
}
.block-video iframe{
  object-fit: cover;
  width: 100%;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}


/*estilos de la sección NOTICIAS*/
.noticias{
  display: flex;
  flex-wrap: wrap;
}
.noticias .row .a-alignment{
  text-align: end;
}
.noticias .row .noticias-title {
  display: flex;
  padding-bottom: 3.5rem;
  align-items: center;
}
.noticias-caption {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.noticias-caption .date{
  margin-bottom:.4rem; 
  font-size:.8rem;
}
.noticias-banner {
  border: solid 1px #a3a9b3;
  height: 100%;
}
.noticias-banner {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.noticias-caption a {
  margin-top: auto; /* Esto lo empuja al fondo */
  width: fit-content;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.noticias a{
  color: black;
  border-bottom: solid 1px black;
}
.noticias a:hover{
  color: black;
  border-bottom: solid 1px transparent;
}
.noticias .noticias-title a{
  color: black;
  border-bottom: solid 1px black;
}
.noticias .noticias-title a:hover{
  border-bottom: solid 1px transparent;
}
.noticias .noticias-title a svg{
  color: #bc8a5c;
}
.noticias .posts div .noticias-banner div img{
  width: 100%;
}
.noticias .posts .blog-post{
    margin-bottom: 1.5rem;
  }
.d-none {
  display: none !important;
}

@media (max-width: 767px){
  .noticias-caption{
    padding: 0rem 1.8rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .noticias .row {
    display: flex;
    flex-direction: column;
  }
  .noticias .row .a-alignment {
    width: 100%;
    margin-top: -0.5rem;
    text-align: start;
    margin-bottom: 1.5rem;
  }
  .noticias .row .noticias-title {
    padding-bottom: 0rem;
  }
  .noticias-caption p{
    font-size: .8rem;
    margin-bottom: .1rem;
  }
  .noticias a{
    font-size: .8rem;
  }
  .noticias a.red-button{
    font-size: 1rem;
  }
  .noticias .titulo-estilo{
    padding-bottom: 0px;
  }
  .noticias .posts .blog-post{
    margin-bottom: 15px;
  }
  .noticias .posts .blog-post .noticias-banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 15px;
  }
  .noticias .posts .blog-post .noticias-banner .noticias-banner-img{
  min-height: 100px;
  height: 100px;
  overflow: hidden;
  min-width: 100px;
  width: 100px;
  }
  .noticias .posts .blog-post .noticias-banner div img{
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .noticias .posts .col-md-4{
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px){
  .noticias .row .a-alignment {
    margin-bottom: 2.5rem;
  }
}
/****/
.highlight {
  text-decoration: underline;
  background-color: transparent;
  font-weight: bold;
}


/* estilos del block-nosotros */
.block-nosotros img {
  object-fit: fill;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.block-nosotros .nosotros-text{
  align-content: center;
}
.nosotros-text {
  align-content: center;
  padding: 0 4rem;
}
@media (max-width: 1200px){
  .nosotros-text{
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 767px){
  .nosotros-text{
    padding: 3.5rem 0 0 0rem;
  }
}


/* estilos del banner 01*/
.banner01 {
  display: flex;
}
.banner01 .banner-content {
  padding-right: 1.8rem;
}

.banner01 .banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 160%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

.banner01 .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
  display: block;
}
@media (max-width: 575px){
  .banner01 .banner-content {
    padding-right: 0rem;
    padding-bottom: 1.5rem;
  }
  .banner01 .banner-img {
    position: relative;    
    top: 0;
    left: 0;
  }
  .banner01 .banner-img img{
    clip-path: none;
  }
}

/* estilos del footer */
.footer-content{
  color: white;
  display: flex;
  flex-wrap: no-wrap;
}
.footer-content h4{
  opacity: .75;
  font-size: 1rem;
  font-weight: 100;
}
.footer-content ul {
 list-style: none;
 padding-left: 0;
 line-height: 1.5rem;
}
.footer-content ul li{
  padding: 8px 15px 0px 0px;
}
.footer-content ul li a{
  color: white;
}
.footer-content ul li a:hover{
  text-decoration: none;
}
.footer-content ul li:hover a{
  color: #bc8e68;
}
.footer-content div{
  margin-bottom: 2rem;
}
@media (max-width: 990px){
  footer .row{
    padding-bottom: 2.5rem;
  }
}


.animated-btn {
  position: relative;
  overflow: hidden;
}

.btn-text-wrapper {
  display: flex;
  flex-direction: column;
  height: 1em; /* ajusta si el texto tiene mayor altura */
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}

.btn-text {
  line-height: 20px;
  transform: translateY(0%);
  transition: transform 0.2s ease-in-out;
}
.btn-text:nth-child(1){
  margin-top:-4px;
}
.btn-text:nth-child(2){
  padding-top: 2px;
}


/*ANIMACIONES DE LOS BOTONES*/
.animated-btn:hover .btn-text:first-child {
  transform: translateY(-100%);
}
.animated-btn:hover .btn-text:last-child {
  transform: translateY(-100%);
  position: absolute;
  top: 100%;
  left: 0;
}
.col-anim {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.col-anim.visible {
  opacity: 1;
  transform: translateY(0);
}
/*ANIMACINES DEL MAIN*/
.col-anim {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.col-anim.visible {
  opacity: 1;
  transform: translateY(0);
}
.col-anim {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  visibility: hidden;
  pointer-events: none;
  
}

/* Al hacer visible */
.col-anim.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  animation-delay: 2s;
}

/*--OVERVIEW BLOCK--*/
.overview-block div.align01{
  display:flex;
}
.overview-block div.align01 p{
  font-size:1.45rem;
  font-weight: 300;
  color: black;
  line-height: 1.5;
}
@media (max-width: 577px){
 .overview-block div.align01 p{
    font-size:1.3rem;
  }
}


/** secondary main title 02 **/
.titulo-2{
  padding-top: 0px;
  padding-bottom: 0px;
}
.titulo-2 .align01 {
  align-items: stretch;
  display: grid; 
  grid-template-columns: 2fr 1fr; 
  gap: 3.5rem;
}
.titulo-2 .align01 > div:last-child {
  height: 100%;
}
.titulo-2 .align01 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.basic-title{
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 3rem;
}
.secondary-text{
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: 100;
  color: #383844;
  line-height: 2.625rem;
}
.secondary-title img{
  object-fit: fill;
  inset: 0;
  width: 100%;
  height: 434px;
}
.titulo-2 .red-button{
  margin-bottom: 2rem;
}
@media (max-width: 990px){
  .secondary-text{
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 1279px){
  .titulo-2-img{
    display: none;
  }
  .titulo-2 .align01 {
    grid-template-columns: 1fr; 
  }
}


/** secondary main title 03 **/
.titulo-3 .align01 {
  align-items: stretch;
  display: grid; 
  grid-template-columns: 2fr 1fr; 
  gap: .5rem 3.5rem;
}
.titulo-3-sidetxt{
  padding-top: 6rem;
}
@media (max-width: 1200px){
  .titulo-3 .align01 {
    grid-template-columns: 1fr;
  }
  .titulo-3-sidetxt{
    padding-top: .5rem;
  }
}
.titulo-3 .align01 .titulo-3-sidetxt{
  font-size: 1.15rem;
  line-height: 1.9rem;
  font-weight: 200;
  color: black;
}


/** secondary main title 04 **/
.titulo-4 .align01 {
  align-items: stretch;
  display: grid; 
  grid-template-columns: 1fr; 
  gap: .5rem 3.5rem;
}
.titulo-4 .align01 .breadcrumb{
  padding-bottom: 2.5rem;
}
.titulo-4 .align01 p{
  font-weight: 800; 
  font-size: 4.25rem;
  padding-bottom: 3.5rem;
} 
.titulo-4 .align01 p.txt-02{
  font-size: 2rem;
  color: black;
  line-height: 2.2rem;
  font-weight: 200;
  padding-bottom: 0;
  margin-right: 15rem;
} 
@media (max-width: 1279px){
  .breadcrumb{
    padding: 0 0.2rem 0  0;
  }
}
@media (max-width: 1200px){
  .titulo-4 .align01 p.txt-02{  
    margin-right: 0rem;
  } 
}

@media (max-width: 990px){
  .titulo-4 .align01 p{
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 576px){
  .titulo-4 .align01 .breadcrumb {
    padding-bottom: 1rem!important;
  }
}

/*BREADCRUMBS*/
.breadcrumb{
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  font-size: .8rem;
  gap: 0.375rem;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d6d6d6;
}

.breadcrumb ul li {
  display: flex;
  align-items: start;
  flex-shrink: 0;
  position: relative;
}

.breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.375rem;
  color: #6c757d;
  flex-shrink: 0;
}
.breadcrumb ul li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.breadcrumb ul li:last-child {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: normal;
}
.breadcrumb a img{
  display: none!important;
}

@media screen and (max-width: 990px) {
  .breadcrumb{
    margin-top: 20px;
  }
  .breadcrumb ul {
    gap: 0rem;
    border-top: none;
    border-bottom: 1px solid #d6d6d6;
    align-items: end;
  }
  .breadcrumb ul li:not(:nth-last-child(2)):not(:last-child) {
    display: none;
  }
  .breadcrumb ul li:nth-last-child(2){
    display: flex;
    min-width: 0;
    overflow: hidden;
  }
  .breadcrumb ul li:nth-last-child(2) a,
  .breadcrumb ul li:last-child a {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .breadcrumb ul li:nth-last-child(2)::after, .breadcrumb ul li:nth-last-child(2)::before {
    content: "|";
    margin: 0 0.375rem;
    color: #6c757d;
    flex-shrink: 0;
  }
  .breadcrumb ul li:not(:nth-last-child(2)):not(:last-child)::after {
    content: none;
  }
  .breadcrumb ul::before {
    content: "…";
    color: #6c757d;
    align-self: end;
    flex-shrink: 0;
  }
  .no-content-behind ul::before{
    content: none;
  }
  .breadcrumb.no-content-behind ul li:nth-last-child(2)::before {
      content: none;
    }
  .breadcrumb ul li:last-child {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    text-overflow: ellipsis;
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .breadcrumb a img{
    width: 50px!important;
    display: flex!important;
    margin-right: 20px;
  }
}


/*BLOCK SERVICIOS CLAVE*/
.key-services .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  position: relative;
}
.key-services .row > h4 {
  grid-column: 1 / -1;
}
.key-services .row > div{
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.key-services .row div h5{
  color: black;
  font-size: 1.1rem;
  line-height: 1.6rem; 
  font-weight: 400;
}
.key-services .row > div.subservicios {
  padding: 1.5rem;
  position: relative;
  box-sizing: border-box;
}
.key-services .row > div.subservicios:not(:nth-child(4n + 5))::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5rem;
  height: 100%;
  width: 1px;
  background-color: #d6d6d6;
}

@media (max-width: 1279px) and (min-width: 991px){
  .key-services .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 3rem;
    position: relative;
    overflow: hidden;
  }
  .subservicios::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    height: 100%;
    width: 1px;
    background-color: #d6d6d6;
  }
  .subservicios:nth-child(3n+4)::after {
    content: none!important;
  }
}

@media (max-width: 990px) and (min-width: 768px){
  .key-services .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    position: relative;
    overflow: hidden;
  }
  .subservicios:not(:nth-child(2n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    height: 100%;
    width: 1px;
    background-color: #d6d6d6;
  }
}

@media (max-width: 767px) and (min-width: 577px){
  .key-services .row {
    grid-template-columns: repeat(2, 1fr);
  }
  div.subservicios:nth-of-type(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    height: 100%;
    width: 1px;
    background-color: #d6d6d6;
  }
  div.subservicios:nth-of-type(even)::after{
    display: none;
  }
}

@media (max-width: 576px){
  .key-services .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    position: relative;
  }
  .subservicios::after {
    display: none;
  }
}
.subservicios:last-child::after {
    content: none!important;
}


/**SITIO SERVICIOS**/
/*BLOCK SERVICIOS GLOBALES*/
.global-services .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  position: relative;
}
.global-services .row > div{
  display: flex;
  flex-direction: column;
}
.global-services .row div h5{
  color: black;
  font-size: 1.1rem;
  line-height: 1.6rem; 
  font-weight: 400;
}
.global-services .row > div.subservicios {  
  position: relative;
  box-sizing: border-box;
}
.global-services .row > div.subservicios img{
  height: 200px; 
  object-fit: cover;
}
.global-services .row > div.subservicios .gs-content{
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.global-services .row > div.subservicios .gs-content h2{
  font-size: 1.2rem;
}
.global-services .row > div.subservicios .gs-content p{
  font-size: .85rem;
  line-height: 1.3rem;
}
.global-services .row > div.subservicios .gs-content ul{
  list-style: none;
  padding-left: 1rem;
  font-size: .85rem;
  line-height: 1rem;
  margin-bottom: 2.5rem;
}
.global-services .row > div.subservicios .gs-content ul li{
  padding-bottom: .5rem;
  position: relative;
  padding-left: 20px;
}
.global-services .row > div.subservicios .gs-content ul li::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/menu-pointer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.global-services .row > div.subservicios .gs-content a{
  position: absolute;
  bottom: 0;
  border-bottom: solid 1px black;
  color: black;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.global-services .row > div.subservicios .gs-content a:hover{
  border-bottom: solid 1px transparent;
}
.global-services .row > div.subservicios:not(:nth-of-type(3n + 3))::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  height: 100%;
  width: 1px;
  background-color: #d6d6d6;
}

@media (max-width: 1200px) and (min-width: 768px){
  .global-services .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 4rem;
    position: relative;
    overflow: hidden;
  }
  .global-services .row > div.subservicios:nth-of-type(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2rem;
    height: 100%;
    width: 1px;
    background-color: #d6d6d6;
  }
  .global-services .row > div.subservicios:nth-child(2)::after{
    content: none!important;
  }
}

@media (max-width: 767px){
  .global-services .row > div.subservicios img{
    display: none;
  }
  .global-services .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
    position: relative;
  }
  .global-services .row > div.subservicios::after {
    content: none!important;
  }
  .global-services .row .subservicios:not(:last-child){
    border-bottom: solid 1px #d6d6d6;
  }
  .global-services .row > div.subservicios .gs-content ul {
    margin-bottom: 4rem;
  }
  .global-services .row > div.subservicios .gs-content a {
    bottom: 1.5rem;
  }
  .global-services .row > div.subservicios .gs-content {
    padding-top: 1.5rem;
  }
}


/**SITIO CONTACTO**/
.contact-form .align01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}
@media (max-width: 1200px) {
  .contact-form .align01 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.contact-form .form-container {
  padding: 1rem 3rem;
  background-color: white;
}
@media (max-width: 990px) {
  .contact-form .form-container {
    padding: 1rem;
  }
}

.form-info {
  margin-right: 4rem;
}
@media (max-width: 1200px) {
  .form-info {
    margin-right: 0;
  }
}

.form-info p.big-txt {
  font-size: 2rem;
  color: black;
  line-height: 2.2rem;
  font-weight: 200;
  padding-bottom: 0.5rem;
}
.form-info p.sm-txt {
  font-size: 1.2rem;
  color: black;
}

.form-title {
  border-bottom: 1px solid black;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0;
  color: black;
}

form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.full-w input,
.full-w select {
  height: 3rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.form-row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 602px) {
  .form-row {
    flex-direction: column;
  }
}

.form-row > div {
  flex: 1;
}

.form-row label,
.full-w label {
  margin: 3px 0 2px;
  font-size: 0.8rem;
  display: block;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox-item label {
  flex: 1;
  word-break: break-word;
  white-space: normal;
}

#terms-conditions {
  align-items: flex-start;
}
#terms-conditions label {
  margin-top: -5px;
}

.normal-txt {
  font-size: 1rem;
  color: black;
  padding-top: 0.5rem;
}

a.red-button {
  color: white;
  background-color: #bc8a5c;
  padding: 1rem;
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 1.75rem;
  width: fit-content;
}
a.red-button:hover {
  background-color: #bc8a5c;
  color: white;
  text-decoration: none;
}
.is-invalid .invalid-feedback {
  display: block;
}
/*MODAL DEL FORMULARIO*/
.form-success {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .form-error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 1rem;
  }

/*POLÍTICAS DE PRIVACIDAD Y TÉRMINOS Y CONDICIONES*/
.legal-container h5{
  color: black;
}
.legal-container h5:not(:first-child){
  padding-top: .5rem;
}
.legal-container h6{
  color: black;
}


/**SITIO OFICINAS**/
.offices-container{
  display: grid; 
  grid-template-columns: 2fr 1fr; 
  gap: .5rem 3.5rem; 
  margin-bottom: 3.5rem;
}
.offices-container .country{
  border-top: solid 1px #d6d6d6; 
  padding: 3.5rem 0;
}
.offices-container .country h3{
  color: black;
}
.offices-container .country ul{
  list-style:none; 
  padding-left: 0;
}
@media (max-width:990px){
  .offices-container div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
  }
}

/**SITIO EQUIPO**/
.team-members{
  display:grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 5rem 1.2rem;
}
.team-members .team-card .member-photo img{
  height: 100%; 
  width: 100%; 
  object-fit: cover; 
  display: block; 
  aspect-ratio: 260 / 382; 
  margin-bottom: 20px;
}
.team-members .team-card p{
  color: #727780;
}
.team-members .team-card .member-name{
  font-size: 1.4rem; 
  color: black; 
  line-height: 1rem;
}
.team-members .team-card .member-position{
  line-height: 1.4rem;
  margin-bottom: .5rem;
}
.team-members .team-card .country{
  font-size: .9rem;
  line-height: 0rem;
}
@media (max-width: 1200px){
  .team-members{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 990px){
  .team-members{
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .team-members .team-card{
    display: grid;
    grid-template-columns: repeat(1, 2fr 6fr);
    gap: 1.5rem;
  }
  .team-members .team-card .member-data{
    padding-top: 1.5rem;
    border-top: solid 1px #d6d6d6;
  }
  .team-members .team-card .member-photo img{
    aspect-ratio: 500 / 500; 
  }
}
@media (max-width: 740px){
  .team-members{
    grid-template-columns: 1fr;
  }
}


/**SITIO NOSOTROS**/
.info-about .about-expertise{
  font-size:3rem; 
  font-weight: 100;
}
.info-about .about-expertise .expertise-list{
  margin-bottom: 2.5rem;
}
.info-about .about-expertise .expertise-list p{
  border-bottom: 1px solid rgba(23, 24, 25, 0.1); 
  padding:1rem 0rem;
  margin-bottom: 0px;
}
.info-about .quote{
  padding-top: 2.5rem;
}
.info-about .quote .quote-text{
  padding-left: 2.5rem; 
  border-left: solid 1px rgba(23, 24, 25, 0.1); 
  font-size: 1.2rem;
}
.info-about .quote .quote-text .author{
  text-transform: uppercase;
}
.info-about .quote .quote-text .author span{
  color: #bc8a5c;
}
@media (max-width: 756px){
  .info-about .about-expertise{
    font-size:1.8rem; 
  }
}

/** BLOG SERVICIOS**/
.noticias-caption .title-search{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  position: relative;
}
.noticias-caption .title-search.has-multiline::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 150px;
  height: 25px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
}

.category-pills label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0px;
}

.category-pills input[type="checkbox"] {
  display: none;
}

.pill {
  padding: 0.2rem .5rem;
  border: 1px solid #bc8a5c;
  border-radius: 999px;
  background-color: #fff;
  color: #bc8a5c;
  font-size: 0.8rem;
  transition: all 0.2s ease-in-out;
}

.category-pills input[type="checkbox"]:checked + .pill {
  background-color: #bc8a5c;
  color: #fff;
  border-color: #bc8a5c;
}

.input-wrapper {
  position: relative;
}

.input-wrapper::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23bc8a5c' d='M7,.1c6.8-.6,11.2,6.7,7.3,12.3l5.5,5.5c.8,1.1-.7,2.6-1.8,1.8l-5.5-5.4c-.9.6-1.9,1.1-3,1.3C3.9,16.7-.9,11.9.2,6.3S3.7.4,7,.1ZM7.3,2.4c-4,.4-6.2,4.8-4.3,8.2s6.9,3.8,9.3.7-.2-9.4-5-8.9Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/** SECCIÓN O POST DE LOS BLOGS**/
.post-content{
  display:grid; width:100%; 
  grid-template-columns: 10.75rem 1fr; 
  column-gap: 3.5rem;
}
.post-content .aside{
  grid-row: 1 / span 5;
  grid-column: 1;
}
.post-content .aside .post-author{
  border-top: solid 1px gray; 
  border-bottom: solid 1px gray; 
  padding-top: .8rem;
}
.post-content .aside .post-author p.name-author{
  color:#bc8a5c; 
  font-size: 1.2rem; 
  margin-bottom: 0px;
}
.post-content .aside .post-author p.author-position{
  font-size: .9rem; 
  line-height: 1rem;
}
.post-content .aside .aside-section{
  border-bottom: solid 1px gray; 
  padding-top: .8rem;
}
.post-content .aside .aside-section .text01{
  margin-bottom: 0rem;
  font-weight: 700;
}
.post-content .aside .aside-section .text02{
  line-height: 1rem;
}
.post-content .aside .share-section{
  padding-top: .8rem;
  padding-bottom: 6rem;
}
.post-content .aside .share-section .share-button{
  color: white;
  background-color: #bc8a5c;
  padding: .5rem 1rem;
  border: none;
  display: flex;
  align-items: center;
  width: fit-content;
  outline: none;
  cursor: pointer;
}

.post-content h5{
  font-size: 4.25rem; 
  font-weight: 100; 
  grid-column: 2; 
  color: black; 
  max-width: 45rem;
}
.post-content .tag-container{
  grid-column: 2; 
  padding-bottom: 1.5rem; 
  max-width: 45rem;
}
.post-content .tag-container .tag-section{
  display: flex; 
  margin-left: 0; 
  flex-wrap: wrap;
}
.post-content .tag-container .tag-section .single-tag{
  padding:5px 10px; 
  margin: 4px; 
  border: solid 1px #bc8a5c; 
  font-size: .8rem;
  color: #bc8a5c;
}
.post-content .tag-container .tag-section .single-tag:hover{
  border: solid 1px white; 
  background-color: #bc8a5c;
  color: white;
}
.post-content img{
  margin-bottom: 2.5rem; 
  grid-column: 2; 
  max-width: 45rem;
}
.post-content .article-content{
  grid-column: 2; 
  max-width: 45rem; 
  text-align: justify;
}
@media (max-width: 1200px){
  .post-content{
    display: flex;
    flex-direction: column;
  }
  .post-content h5{
    order: 1;
  }
  .post-content .tag-container{
    order: 2;
  }
  .post-content img{
    order: 3;
  }
  .post-content .aside{
    order: 4;
    max-width: 45rem;
  }
  .post-content .article-content{
    order: 5;
  }
}


/** SECCIÓN CLIENTES**/
.clients-container{
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 4rem;
}
.clients-container h5{
  grid-column: 1 / -1; 
  margin-bottom: 2rem;
  font-size: 3rem;
  color: black;
}
.clients-container img{
  width:100%;
  aspect-ratio: 330 / 199;
  object-fit: cover;
}
.clients-container > div.clients:not(:nth-child(3n + 4))::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  height: 100%;
  width: 1px;
  background-color: #d6d6d6;
}
.clients-container .clients a{
  position: absolute;
  bottom: 0;
  color: black;
  border-bottom: solid 1px black;
  text-decoration: none;
}
.clients-container .clients a:hover{
  border-bottom: solid 1px transparent;
}
.clients-container .clients p{
  margin-bottom: 3rem;
}
@media (max-width: 990px){
  .clients-container{
    grid-template-columns: repeat(2, 1fr);
  }
  .clients-container > div.clients:not(:nth-child(2n + 3))::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  height: 100%;
  width: 1px;
  background-color: #d6d6d6;
  }
}
@media (max-width: 567px){
  .clients-container{
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .clients-container > div.clients:not(:nth-child(3n + 4))::after{
  content: none;
  }
  .clients-container div.clients {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 2rem;
    align-items: start;
    margin-bottom: 30px;
    
    padding-bottom: 30px;
  }
  .clients-container div.clients:not(:last-child){
    border-bottom: 1px solid rgba(23, 24, 25, 0.1);
  }

  .clients-container img {
    grid-row: 1 / span 3;
    grid-column: 1;
    width: 100%;
    aspect-ratio: 300/ 150;
    object-fit: cover;
  }
  .clients-container h6 {
    grid-column: 2;
    margin-top: 0;
  }

  .clients-container .clients p {
    margin-bottom: 1rem;
    grid-column: 2;
  }

  .clients-container .clients a {
    bottom: 40px;
    grid-column: 2;
    align-self: start;
    justify-self: start;
    position: static;
    justify-self: flex-end;
  }
  .clients-container > div.clients:not(:nth-child(2n + 3))::after {
    content: none;
  }
}


/** SECCIÓN LO QUE NOS DISTINGUE**/
.distintivos-container{
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 3rem;
}
.distintivos-container h5{
  grid-column: 1 / -1; 
  margin-bottom: 2rem;
  font-size: 3rem;
  color: black;
  font-weight: 100;
}

.distintivos-container .clients p{
  font-size: 0.875rem;
}
@media (max-width: 990px){
  .distintivos-container{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px){
  .distintivos-container{
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .distintivos-container div.clients {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
  }

  .distintivos-container h6 {
    grid-column: 2;
    margin-top: 0;
    text-align: justify;
  }

  .distintivos-container .clients p {
    margin-bottom: 1rem;
    grid-column: 2;
  }
}


  /*--TOGGLE LIST*/
.toggle-list {
  display: flex;
  flex-direction: column;
}

.toggle-list h2 {
  margin-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 100;
  color: black;
}

/* Toggle items */
.toggle-item {
  border-bottom: solid 1px gray;
}

.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin: 2rem 0;
}

.toggle-header h4 {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 0;
}

/* Toggle symbol */
.toggle-symbol {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.toggle-item.open .toggle-symbol {
  transform: rotate(180deg);
}

.toggle-symbol svg {
  display: block;
  color: #333;
}

.line-vertical,
.line-horizontal {
  transition: all 0.3s ease;
  transform-origin: center;
}

.toggle-item.open .line-vertical {
  transform: rotate(-90deg);
}

.toggle-item.open .line-horizontal {
  opacity: 0;
}

/* Toggle content */
.toggle-content {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height 800ms ease,
    opacity 600ms ease-in-out,
    transform 800ms cubic-bezier(0.21, 0.03, 0, 1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 6px;
  font-weight: 100;
}

.toggle-item.open .toggle-content {
  max-height: 1000px; /* Lo suficientemente grande para permitir animación */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Content details */
.toggle-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2.5rem;
}

.toggle-content p,
.toggle-content div {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .toggle-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .toggle-content {
    padding: 1rem 0;
  }
}