@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Serif Khojki", serif;
  font-size: 1.8rem;
  color: #3b4049;
}

footer {
  box-shadow: rgba(0, 0, 0, 0.16) 0px -11px 6px, rgba(0, 0, 0, 0.23) 0px -5px 6px;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/* Cambiar el tamaño de la barra de scroll */
::-webkit-scrollbar {
  width: 11px;
}

/* Cambiar el fondo de la barra */
::-webkit-scrollbar-track {
  background: #d9d9d9;
}

/* Cambiar el "thumb" (parte que se arrastra) */
::-webkit-scrollbar-thumb {
  background: #1877F2;
  border-radius: 5px;
}

/* Cambiar el "thumb" al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
  background: #3b4049;
}

.layout {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
}

h1, h2, h3 {
  font-family: "Noto Serif Khojki", serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.5rem;
}

.contenedor {
  width: min(90%, 140rem);
  margin: 0 auto;
}

.contenedor-md {
  width: min(90%, 80rem);
  margin: 0 auto;
}

.contenedor-sm {
  width: min(90%, 60rem);
  margin: 0 auto;
}

.jd-m-1 {
  margin: 1rem auto;
}

.jd-m-2 {
  margin: 2rem auto;
}

.jd-m-3 {
  margin: 3rem auto;
}

.jd-m-4 {
  margin: 4rem auto;
}

.jd-primario {
  color: #1877F2;
}

.jd-host {
  color: #2f1c6a;
}

.jd-host-link {
  color: #673de6;
  border-bottom: 1px solid #673de6;
}

.jd-img-mp {
  width: 80%;
}

.jd-img {
  width: 50%;
}

.prueba {
  background-color: #F5F5F5;
}

.jd-hidden {
  display: none;
}

.jd-negro {
  color: #3b4049;
}

.jd-bg-primario {
  background-color: #1877F2;
}

.jd-bg-negro {
  background-color: #3b4049;
}

.jd-bg-gris {
  background-color: #d9d9d9;
}

.jd-bg-mercadoPago {
  background-color: #ffe600;
}

.jd-bg-hosting {
  background-color: #f4f5ff;
}

.jd-listado {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.jd-listado > li {
  background-color: #1877F2;
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  transition: 0.3s ease all;
}
.jd-listado > li:hover {
  background-color: #dc3545;
  cursor: pointer;
}

.jd-between {
  display: flex;
  flex-direction: column;
}

.responsivo {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .responsivo {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .responsivo {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .responsivo {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.responsivo-1 {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}

.responsivo-2 {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .responsivo-2 {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.responsivo-3 {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .responsivo-3 {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.header {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: sticky;
  top: 0;
  z-index: 10 !important;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}
.header__contenedor {
  width: min(90%, 140rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__contenedor {
    flex-direction: row;
  }
}
.header__logo {
  width: 50%;
}
@media (min-width: 768px) {
  .header__logo {
    width: 21rem;
  }
}
@media (min-width: 992px) {
  .header__logo {
    width: 27rem;
  }
}

.menu {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .menu__area {
    display: none;
  }
}
.menu__btn {
  font-size: 2.5rem;
  color: #3b4049;
}
.menu__btn:hover {
  cursor: pointer;
}

.navegacion {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  padding: 1rem;
  position: fixed;
  z-index: 10;
  top: 8rem;
  left: -100%;
  width: 70%;
  height: auto;
  background-color: #fff;
  color: white;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transition: left 0.5s ease;
}
@media (min-width: 768px) {
  .navegacion {
    flex-direction: row;
    justify-content: space-between;
    position: static;
    left: 0;
    width: auto;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    transition: none;
  }
}
.navegacion__enlace {
  position: relative;
  color: #3b4049;
  transition: all ease 0.3s;
}
.navegacion__enlace:after {
  content: "";
  position: absolute;
  background-color: #1877F2;
  height: 0.4rem;
  width: 0%;
  left: 0;
  bottom: -0.1rem;
  border-radius: 0.5rem;
  transition: ease all 0.5s;
}
.navegacion__enlace:hover {
  transform: scale(1.2);
  color: #1877F2;
}
.navegacion__enlace:hover:after {
  width: 100%;
}
.navegacion__enlace--actual {
  transform: scale(1.2);
  color: #1877F2;
  border-bottom: 2px solid #1877F2;
}
.navegacion--show {
  left: 0;
}

.jd-footer {
  width: min(90%, 140rem);
  margin: 0 auto;
}
.jd-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .jd-footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.jd-footer__redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.jd-footer__redes__enlace::before {
  color: #3b4049;
  font-size: 3rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.jd-footer__redes__enlace[href*="facebook.com"]::before {
  content: "\f09a";
}
.jd-footer__redes__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.jd-footer__redes__enlace[href*="github.com"]::before {
  content: "\f09b";
}
.jd-footer__redes__ocultar {
  display: none;
}
.jd-footer__condiciones {
  width: min(90%, 140rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .jd-footer__condiciones {
    flex-direction: row;
    justify-content: space-around;
  }
}

.accordion-button {
  font-size: 2.5rem;
}

.accordion-item {
  border-bottom: solid 2px #3b4049;
}

.accordion-button:not(.collapsed) {
  color: #3b4049;
  background-color: #fff;
}

.accordion-icon-width {
  font-size: 2.5rem;
}

.insignias {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.insignias__img {
  width: 8rem;
}

.cookie-banner {
  z-index: 20;
  width: min(90%, 140rem);
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #3b4049;
  color: #d9d9d9;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.ocultar {
  display: none;
}

.password-container {
  position: relative;
  align-items: center;
}
.password-container input {
  width: 100%;
  padding-right: 4rem;
}
.password-container .toggle-password {
  position: absolute;
  right: 1.2rem;
  top: 4.2rem;
  cursor: pointer;
  font-size: 2rem;
  color: gray;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .password-container .toggle-password {
    top: 4.7rem;
  }
}
.password-container .toggle-password:hover {
  color: darkgray;
}

.password-rules {
  margin-top: 10px;
  font-size: 14px;
}
.password-rules div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: #dc3545;
}
.password-rules div i {
  color: #dc3545;
}
.password-rules div.valid {
  color: #008000;
}
.password-rules div.valid i {
  color: #008000;
}

.passBtn {
  padding: 10px;
  background-color: gray;
  color: white;
  border: none;
  cursor: not-allowed;
  width: 100%;
}

.passBtn.enabled {
  cursor: pointer;
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.pagina_404 {
  margin: 5rem auto;
  text-align: center;
}
.pagina_404__contenedor {
  width: min(90%, 60rem);
  margin: 0 auto;
  margin-top: 5rem;
}
.pagina_404__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
.pagina_404__imagen {
  min-width: 50%;
}
.pagina_404__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.pagina_404__texto {
  font-size: 2.5rem;
}

.error-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
}

.error-content {
  text-align: center;
}

.error-content h1 {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.error-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.lottie-animation {
  max-width: 400px;
  margin-bottom: 2rem;
}

.img-jd {
  width: 90%;
}

/** Sidebar **/
#sidebar {
  height: 100vh;
  overflow-y: scroll; /* Permite el scroll vertical */
  overflow-x: hidden; /* Evita el scroll horizontal no deseado */
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  #sidebar {
    z-index: 1000;
    width: 80%;
    max-width: 250px;
    background: #fff; /* Asegura que el fondo sea visible */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%); /* Oculto por defecto */
  }
  /* Si el sidebar está visible */
  #sidebar:not(.sidebar-hidden) {
    transform: translateX(0);
  }
}
/* Ocultar el sidebar en móvil */
.sidebar-hidden {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

/* Asegura que el botón de logout quede fijo al final */
.profile-section {
  padding-top: 2rem;
  border-top: 2px solid #ddd;
  text-align: center;
}

.image-logo {
  padding-bottom: 2rem;
  padding-bottom: 2px solid #ddd;
}

.nav-link {
  color: #3b4049;
  transition: all 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background-color: #1877F2;
  border-radius: 5px;
}

.card {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card-body .display-4 {
  transition: all 0.3s ease;
}

.card:hover .card-body .display-4 {
  transform: scale(1.1);
}

.listado-clientes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.listado-clientes__cliente, .listado-clientes__cliente--seleccionado {
  color: #3b4049;
  border: 1px solid #1877F2;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: ease 0.5s;
}
.listado-clientes__cliente:hover, .listado-clientes__cliente--seleccionado:hover {
  color: #fff;
  background-color: #1877F2;
  cursor: pointer;
}
.listado-clientes__cliente--seleccionado {
  background-color: #1877F2;
  color: #fff;
}

.input-success {
  background-color: #d1e7dd;
  border: 2px solid #198754;
  color: #0f5132;
}

.input-warning {
  background-color: #fff3cd;
  border: 2px solid #ffc107;
  color: #664d03;
}

.input-info {
  background-color: #cff4fc;
  border: 2px solid #0dcaf0;
  color: #055160;
}

.dropdown-item:hover {
  background-color: #1877F2;
  color: white;
}

.swal2-show {
  font-size: 1.5rem;
}

.hero {
  padding: 3rem 0;
}
.hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4rem;
  }
}
.hero__description {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero__description {
    font-size: 1.8rem;
  }
}
.hero__image {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 2rem auto 0;
}
.hero__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .hero__btn {
    display: inline;
  }
}
.hero__flex {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
}
.hero__video {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 35rem;
}
@media (min-width: 768px) {
  .hero__video {
    width: 60rem;
  }
}

.logos-slide {
  display: inline-flex;
  gap: 4rem;
  animation: 10s slide infinite linear;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  white-space: nowrap;
  padding: 1rem 0;
  position: relative;
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #6c757d;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #007bff;
  color: #fff;
}

.slide-img {
  width: 14rem;
}

.price-sale {
  color: #fff;
  margin: 2rem 0;
  background: rgb(59, 64, 73);
  background: linear-gradient(76deg, rgb(59, 64, 73) 0%, rgb(24, 119, 242) 100%);
}

.price-rent {
  color: #fff;
  margin: 2rem 0;
  background-color: rgb(59, 64, 73);
}

.details {
  color: #fff;
  margin: 2rem 0;
  background-color: #1877F2;
}

.pricing-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: none;
  border-radius: 16px;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: linear-gradient(45deg, #FF6B6B, #FF8E53);
  padding: 8px 16px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}

.feature-list li {
  margin-bottom: 12px;
  color: #3b4049;
}

.feature-list li:before {
  content: "✅";
  color: #4CAF50;
  margin-right: 8px;
  font-weight: bold;
}

.price-amount {
  font-size: 3.5rem;
  font-weight: 700;
  color: #2C3E50;
}

.price-period {
  color: #95A5A6;
  font-size: 1rem;
}

.btn-custom {
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  border: 2px solid;
}

.tooltip .tooltip-inner {
  font-size: 1.5rem; /* Aumenta el tamaño del texto */
  padding: 10px 15px; /* Ajusta el relleno */
  max-width: 300px; /* Aumenta el ancho máximo */
}

.conocenos__equipo {
  margin: 5rem auto;
}
.conocenos__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .conocenos__grid {
    flex-direction: row;
  }
}
.conocenos__campo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.conocenos__img--fundador {
  margin: 1rem;
  width: 26rem;
}
.conocenos__img {
  margin: 1rem;
  width: 20rem;
}

.clientes {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .clientes {
    flex-direction: row;
  }
}
.clientes__campo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.clientes__img {
  margin: 1rem;
  width: 10rem;
}

.jd-finalizar {
  width: min(90%, 140rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.jd-costos {
  padding-top: 2rem;
}
/*# sourceMappingURL=app.css.map */
