/* Generado a partir de tu HTML */

h1 .accent-text {
  color: #198754;
}

h1 .accent-text-purple {
  color: #6A4FB6;
}

.service-card {
  height: 100%;
  padding: 30px;
  background: #292d31;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.service-card .icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: color-mix(in srgb, #fff, transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #CCC;
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}

h3 {
  font-weight: bolder;
  font-size: 22px;
  display: inline;
}

.description-grey {
  color: #EEE;
  font-size: 20px;
}

.separator {
  background-color: green;
  height: 4px;
  width: 70px;
}

.separator-purple {
  background-color: #6A4FB6;
  height: 4px;
  width: 70px;
}

.paragraph {
  text-indent: 40px;
  text-align: justify;
}

.testimonial-card {
  background-color: #EEE;
  padding: 20px;
  margin: 10px;
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  background: none;
}

.carousel-control-prev {
  left: -50px; /* aleja del carrusel */
}

.carousel-control-next {
  right: -50px; /* aleja del carrusel */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-size: 15px 15px; /* controla el tamaño del icono */
}

/* Estilos extraídos de atributos 'style' */

/* Sección Hero */
#hero {
  padding: 60px 0 60px 0;
}

#hero .bi-gift-fill {
  font-size: 30px;
}

#hero img {
  border-radius: 10px;
  width: 100%;
  max-width: 675px;
}

/* Sección "¿Qué es WASender?" */
section:nth-of-type(2) { /* Asumiendo esta es la segunda sección de contenido */
  background-color: #e5e7e9;
  padding: 60px 0 60px 0;
}

/* Sección "Beneficios Clave" */
section:nth-of-type(3) { /* Asumiendo esta es la tercera sección de contenido */
  background-color: #212529; /* bg-dark de Bootstrap */
  padding: 70px 0 90px 0;
}

.service-card .icon {
    min-width: 60px;
}


/* Sección "Prueba Gratuita" */
section:nth-of-type(4) { /* Asumiendo esta es la cuarta sección de contenido */
  padding: 60px 0 60px 0;
}

.col-xl-3.col-md-6:nth-child(1) {
  background-color: #deedfd;
}

.col-xl-3.col-md-6:nth-child(1) .bi-laptop {
  font-size: 68px;
  color: #20a5f8;
}

.col-xl-3.col-md-6:nth-child(1) p {
  color: #555;
}

.col-xl-3.col-md-6:nth-child(2) {
  background-color: #fff3e2;
}

.col-xl-3.col-md-6:nth-child(2) .bi-cloud-download {
  font-size: 68px;
  color: #edb86e;
}

.col-xl-3.col-md-6:nth-child(2) p {
  color: #555;
}

.col-xl-3.col-md-6:nth-child(3) {
  background-color: #d5f1e4;
}

.col-xl-3.col-md-6:nth-child(3) .bi-chat {
  font-size: 68px;
  color: #48c88a;
}

.col-xl-3.col-md-6:nth-child(3) p {
  color: #555;
}

.col-xl-3.col-md-6:nth-child(4) {
  background-color: #fdeded;
}

.col-xl-3.col-md-6:nth-child(4) .bi-robot {
  font-size: 68px;
  color: #f28484;
}

.col-xl-3.col-md-6:nth-child(4) p {
  color: #555;
}

.background-purple { /* Última columna en la sección de prueba gratuita */
  background-color: #6A4FB6;
}

.col-12:last-of-type p:first-of-type {
  font-size: 52px;
  font-weight: bolder;
}

.col-12:last-of-type p:last-of-type {
  font-size: 22px;
}


/* Sección "Instalación y activación" */
section:nth-of-type(5) { /* Asumiendo esta es la quinta sección de contenido */
  background-color: #e5e7e9;
  padding: 60px 0 60px 0;
}

section:nth-of-type(5) ul li {
  text-align: justify;
}

section:nth-of-type(5) img {
  max-width: 500px;
}

/* Sección "WASender en Acción" */
#features-cards {
  padding: 60px 0 60px 0;
}

#features-cards .card-img {
  border-radius: 10px;
}

#features-cards .card-img img {
  width: 100%;
  max-width: 675px;
}

/* Sección "Testimonios" */
section:nth-of-type(7) { /* Asumiendo esta es la séptima sección de contenido */
  background-color: #212529; /* bg-dark de Bootstrap */
  padding: 70px 0 90px 0;
}

/* Sección "Precios" */
section:nth-of-type(8) { /* Asumiendo esta es la octava sección de contenido */
  padding: 60px 0 60px 0;
}

.bg-green {
    background-color: #d5f1e4;
}

.bg-purple {
  background-color: #f3f0fb;
}

h4 {
  font-weight: bolder;
  font-size: 42px;
}

#faq {
  background-color: #f5f5f5;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}



.whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}







/* Imagen principal del hero */
.main-image-container {
  display: flex;
  justify-content: center;
}

.main-image {
  width: 100%;
  max-width: 630px;
  height: auto;
  display: block;
  margin: 0 auto;
}









.btn-wacrm {
  background-color: #6A4FB6 !important;
  border-color: #6A4FB6 !important;
  color: #fff !important;
  box-shadow: none !important;
  background-image: none !important;
}

.btn-wacrm:hover,
.btn-wacrm:focus {
  background-color: #5a3ea1 !important;
  border-color: #5a3ea1 !important;
  color: #fff !important;
  box-shadow: none !important;
  background-image: none !important;
}

.btn-wacrm:active,
.btn-wacrm.active,
.show > .btn-wacrm.dropdown-toggle {
  background-color: #4a338c !important;
  border-color: #4a338c !important;
  color: #fff !important;
  box-shadow: none !important;
  background-image: none !important;
}







.accordion-item .accordion-button:not(.collapsed) {
  background-color: #f3f0fb; /* tu morado claro */
  color: #000; /* color del texto, ajustable si usas fondo más oscuro */
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}