button:focus {
    box-shadow: none !important;
}

button {
    border: none !important;
}

.btn-help-azul {
    background-color: #4f8fc4 !important;
    color: #fff !important;
}

.btn-help-azul:hover {
    background-color: #4983b3 !important;
    color: #fff !important;
}

.btn-help-naranja {
    background-color: #e39a4c !important;
    color: #fff !important;
}

.btn-help-naranja:hover {
    background-color: #e2933e !important;
    color: #fff !important;
}

.nav-footer a:hover {
    text-decoration: underline;
    color: #4f8fc4 !important;
}

.bg-help-azul {
    background-color: #4f8fc4 !important;
    color: #fff !important;
}

.bg-help-naranja {
    background-color: #e39a4c !important;
    color: #fff !important;
}

.text-help-azul {
    color: #4f8fc4 !important;
}

.text-help-azul-oscuro {
    color: #182542 !important;
}

.text-help-naranja {
    color: #e39a4c !important;
}

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

.nav-footer a:hover {
    text-decoration: underline;
    color: #4f8fc4 !important;
}

.bg-dark {
    background-color: #0f172a !important;
    color: #fff !important;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #ffffffda !important;
    --bs-nav-link-hover-color: #ffffffda !important;
    --bs-nav-link-disabled-color: #ffffffd7 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ffffff;
}

.dashed-gradient-container {
    width: 100%;
    position: relative;
}

.dashed-gradient-background {
    position: absolute;
    inset: 0;
    z-index: -1; /* Asegura que quede detrás del contenido */

    background-image:
        linear-gradient(to right, #e7e5e4 1px, transparent 1px),
        linear-gradient(to bottom, #e7e5e4 1px, transparent 1px);
    background-size: 20px 20px;
    background-position:
        0 0,
        0 0;

    /* Máscara punteada */
    -webkit-mask-image:
        repeating-linear-gradient(
            to right,
            black 0px,
            black 3px,
            transparent 3px,
            transparent 8px
        ),
        repeating-linear-gradient(
            to bottom,
            black 0px,
            black 3px,
            transparent 3px,
            transparent 8px
        );
    mask-image:
        repeating-linear-gradient(
            to right,
            black 0px,
            black 3px,
            transparent 3px,
            transparent 8px
        ),
        repeating-linear-gradient(
            to bottom,
            black 0px,
            black 3px,
            transparent 3px,
            transparent 8px
        );

    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}

.icono-animado {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.icono-animado:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(99, 99, 99, 0.2));
}

.bg-rentabilidad {
    background-image: url("../images/landing/bg-rentabilidad.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

hr {
  margin: 1em 0;
  text-align: center;
  border: none;
}

hr:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cecdcd;
  margin: 0 0.4em;
}

hr:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cecdcd;
  margin: 0 0.4em;
}

.bg-preguntas {
    background-image: url("../images/landing/bg-preguntas.webp");
    background-size: cover;
    background-position: center;
}

.bg-help-azul-claro {
    background-color: #4f8fc43b !important;
}


#carousel-funcionalidades .carousel-item img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

#carousel-funcionalidades .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
    justify-content: center;
    padding: 45px;
}


.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  transition: all 0.02s;
  font-weight: bold;
  cursor: pointer;
  color: rgb(0, 0, 0);
  z-index: 0;
  box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.178);
}

.button:hover {
  background: rgb(193, 228, 248);
  color: rgb(33, 0, 85);
}

.button:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hoverEffect div {
  background: rgb(222, 0, 75);
  background: linear-gradient(
    90deg,
    rgba(222, 0, 75, 1) 0%,
    rgba(191, 70, 255, 1) 49%,
    rgba(0, 212, 255, 1) 100%
  );
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
}

.button:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.btn-contacto {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #4f8fc4;
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.btn-contacto:hover {
  opacity: .95;
}

.btn-contacto .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}


/* From Uiverse.io by alexmaracinaru */ 
.cta {
  position: relative;
  margin: auto;
  padding: 7px 12px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 8px;
  margin-bottom: 4px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}
