@font-face {
  font-family: 'Rubik Mono One';
  src: url('assets/font/RubikMonoOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.hero-section {
background: linear-gradient(to bottom, #231f22, #181818);
}

.hero-section h1 {
  font-family: 'Titan One';
  font-size: 60px;
}

.titulo-principal2{
    font-family: 'Titan One';
  font-size: 50px;

}


.color-txtprimary{
    color: #b6556d;
}



.second-section h2 {
  font-family: 'Titan One';
}
.hero-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: #f8f9fa; /* o blanco suave */
  line-height: 1.6;
  max-width: 600px;
}


.holasomos {
  font-family: Arial, Helvetica, sans-serif;
}

.btn-success{
    font-family: bold, Arial, Helvetica, sans-serif;
    letter-spacing: 1px !important;
    background-color: #b6556d;
        --bs-btn-bg: #b6556d;
    --bs-btn-border-color: #b6556d;
        --bs-btn-disabled-bg: #b6556d;
    --bs-btn-disabled-border-color: #b6556d;
        --bs-btn-active-bg: #b6556d;
    --bs-btn-active-border-color: #b6556d;
        --bs-btn-hover-bg: #b6556d;
    --bs-btn-hover-border-color: #b6556d;
    border: #b6556d;
    color: white;
    border-radius: 5px;
}

.btn-success:hover{
    background-color: #ffffff;
    border: #ffffff;
    color: #281f44;
    border-radius: 5px;
}

.floating-image-wrapper {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


/* Fondo con emojis borrosos */
.floating-image-wrapper::before {
  content: "🚀 🌟 💡 ✨ 🔧 💻";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: 80px;
  filter: blur(8px);
  opacity: 0.3;
  z-index: 0; /* detrás de la imagen */
  pointer-events: none;
  white-space: nowrap;
}

.floating-img {
  width: 80%;
  animation: floatUpDownRotate 3s ease-in-out infinite alternate;
}


@media (max-width: 991.98px) {
    .floating-image-wrapper {

  overflow: hidden;
}

  .floating-image-wrapper::before {
    
    font-size: 50px; /* más pequeño en móvil */
  }

  .titulo-principal{
    font-size: 2.4rem !important;
    text-align: left;
  }
}

/* La animación solo va de 0% a 100%, y 'alternate' hace que regrese suavemente */
@keyframes floatUpDownRotate {
  from {
    transform: translateY(-15px) rotate(3deg);  /* Subido y girado a la derecha */
  }
  to {
    transform: translateY(15px) rotate(-3deg);  /* Abajo y girado a la izquierda */
  }
}


.brochazo {
  position: relative;
  display: inline-block;
  z-index: 1;
}

/* Imagen de brochazo como fondo */
.brochazo::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: -3px;
  width: 102%;
  height: 0.9em;
  background: #b6556d;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}

.custom-title {
color: rgb(88, 88, 88);
}

  .icon-circle {
    border: 2px solid #b6556d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px auto 1rem auto;
    margin-left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

    .icon-circle2 {
    border: 2px solid #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px auto 1rem auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

   .icon-circle2 i {
    font-size: 40px;
    color: #ffffff;
  }

  .icon-circle i {
    font-size: 30px;
    color: #663743;
  }



  .service-icon {
    font-size: 3rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
  }

  .card-service {
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all 0.3s ease-in-out;
    height: 100%;
  }

  .card-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .text-purple-gradient {
    background: linear-gradient(to right, #4B2EF4, #7F4DEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .img-shadow {
animation: floatUpDownRotate 3s ease-in-out infinite alternate;
}


/* Por defecto ocultamos la versión dividida */
.split-span {
  display: none;
}

/* En móviles mostramos la versión dividida y ocultamos la única */
@media (max-width: 767.98px) {
  .single-span {
    display: none;
  }
  .split-span {
    display: inline;
  }

  .icon-circle{
        border: 2px solid #b6556d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px auto 1rem auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.color-second{
  color:#ffffff8f !important;
}


.faq-section {
  
  background-color: #f5f5f8;
  position: relative;
}
.faq-section .col-lg-5 {
  
  background-color: #b6556d;
  padding: 3rem;
  border-radius: 12px;
}
.faq-section .highlight {
  background-color: #b6556d;
  color: white;
}
.accordion-button::after {
  content: "+";
  font-size: 1.2rem;
  transform: none !important;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
}
.accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  font-weight: 600;
  color: #231f22;
}
.accordion-body {
  color: #555;
}

.accordion-button::after{
background-image: none;
 }
 .accordion{
      --bs-accordion-active-bg: white;
      --bs-accordion-active-color: #ff7e79;
      --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
 }

 .accordion-button:not(.collapsed)::after{
  color: #ff7e79;
  background-color: white;
  background-image: none;
 }

 .btn-link{
  text-decoration: none;
 }

 .bg-gris{
  background-color: #ffffff !important;
 }


  /* Reset para ul */
  ul.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
  }
  ul.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0.9rem;
    line-height: 1.3;
  }
  ul.plan-features li svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #b6556d;
    transition: fill 0.3s ease;
  }

  /* Contenedor y tipografía */
  section#planes {
    font-family: 'Poppins', sans-serif;
    padding: 60px 15px;
    width: 100%;
    background: #f9fafb;
  }

  section#planes h2 {
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px;
    color: #2b2b2b;
  }

  /* Cards */
  .plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  padding: 40px 30px 35px;
  transition: all 0.4s cubic-bezier(.4,0,.2,1);
  position: relative;
}

  .plan-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px #b6556d;
  }

  /* Título plan */
  .plan-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #3c3c3c;
  }

  /* Descripción */
  .plan-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
    flex-grow: 0;
  }

  /* Precio */
  .plan-price {
    font-weight: 900;
    font-size: 2.7rem;
    margin-bottom: 30px;
    color: #b6556d;
  }
  .plan-price small {
    font-size: 1.1rem;
    font-weight: 600;
    color: #a5a5a5;
    margin-left: 0.3rem;
  }

  

.btn-plan {
  margin-top: auto; /* Empuja el botón al final */
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 0;
  border-radius: 12px;
  box-shadow: 0 6px 15px #d8a6b1;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

  .btn-primary-plan {
    background: linear-gradient(135deg, #6b3643, #c27387);
    color: #fff;
  }
  .btn-primary-plan:hover {
    background: linear-gradient(135deg, #6b3643, #c27387);
    box-shadow: 0 10px 30px #d8a6b1;
  }

  .btn-secondary-plan {
    background: #e1e2f9;
    color: #b6556d;
  }
  .btn-secondary-plan:hover {
    background: #c9cbf7;
    color: #b6556d;
  }

  /* Plan destacado */
  .plan-featured {
    background: linear-gradient(135deg, #6b3643, #c27387);
    color: white;
    box-shadow: 0 15px 45px #d8a6b1;
  }
  .plan-featured .plan-title,
  .plan-featured .plan-price {
    color: white;
  }
  .plan-featured .plan-desc {
    color: rgba(255, 255, 255, 0.85);
  }
  .plan-featured ul.plan-features li {
    color: #ffffff;
  }
  .plan-featured ul.plan-features li svg {
    fill: #ffffff;
  }
  .plan-featured .btn-primary-plan {
    background: white;
    color: #b6556d;
    box-shadow: none;
  }
  .plan-featured .btn-primary-plan:hover {
    background: #ddd6ff;
    color: #b6556d;
  }

  /* Ribbon Más Popular */
  .ribbon {
    width: 130px;
    height: 32px;
    background: #ddc03f;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(45deg);
    box-shadow: 0 3px 15px rgba(255, 77, 109, 0.5);
    user-select: none;
    z-index: 10;
    border-radius: 0 0 8px 8px;

  }

  /* Responsive */
  @media (max-width: 991px) {
    section#planes h2 {
      font-size: 2.4rem;
      margin-bottom: 45px;
    }
  }
  @media (max-width: 575px) {
    .plan-card {
      padding: 30px 20px 25px;
    }
    .plan-price {
      font-size: 2.2rem;
    }

 /* Ribbon Más Popular */
  .ribbon {
   display: none;
    
  }
  }

  .highlight {
    background-color: #b6556d;
    color: white;
}


.timeline {
  position: relative;
  padding-left: 25px;
  border-left: 3px solid #b6556d; /* Línea vertical */
}

.timeline-item {
  position: relative;
}

.timeline-dot {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #b6556d;
  border-radius: 50%;
  z-index: 1;
}

.timeline-content {
  padding-left: 10px;
}


  .text-secondary {
    font-family: 'Poppins', sans-serif;
    color: #999aa8 !important;
  }

  .counter {
    font-family: 'Titan One';
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 1;
  }

  .icon svg {
    stroke: #a1a1b8;
  }

  .display-5 {
    
    margin-bottom: 0.5rem !important;
  }

  .fw-light {
    font-weight: 300 !important;
  }