.font-teko {
  font-family: Teko, sans-serif;
}

.text-danger {
  color: #dc3545 !important;
}

/* Logo gig */
.container-logo-gif img {
  width: 20%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

/* Hero Section */

.hero-section {
  position: relative;
  padding: 80px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/crm/solution/computadora.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: brightness(0.3);  */
  /* z-index: 1; */
}

.hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}


@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
    min-height: auto;
    background-color: #000;
  }

  .hero-background::after {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }

  .hero-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 150px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  }
}
.container.position-relative {
  z-index: 2;
}

.hero-title {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  /* margin-bottom: 50px; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.margin-b {
  margin-bottom: 350px;
}

.hero-logo {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
    min-height: auto;
  }

  .hero-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-logo {
    /* max-width: 600px; */
  }
}

.hero-image {
  border-radius: 10px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

/* Features Section */

.logo-feature {
  display: block;
  /* margin: 0 auto 30px; */
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.features-section {
  padding: 80px 0;
}

.feature-illustration {
  padding: 20px;
}

.feature-content {
  padding: 20px;
}

.feature-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.feature-items {
  display: flex;
  flex-direction: column;
  /* gap: 25px; */
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .feature-box {
    padding: 30px;
  }

  .feature-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
    min-height: auto;
  }

  .hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .feature-illustration {
    margin-bottom: 30px;
  }
}

.feature-main-image {
  max-width: 120%;
  margin-left: -10%;
  transition: transform 0.3s ease;
}

.feature-main-image:hover {
  transform: scale(1.05);
}

.feature-item {
  padding: 15px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  /* margin-bottom: 15px; */
}

.feature-item:hover {
  transform: translateX(8px);
  background-color: rgba(255, 255, 255, 0.15);
}

.feature-item i {
  font-size: 1.8rem;
  margin-top: 5px;
}

.feature-item p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .feature-main-image {
      max-width: 100%;
      margin-left: 0;
  }
  
  .feature-item p {
      font-size: 1.2rem;
  }
}

/* Features Icons Section */
.features-icons-section {
  padding: 20px 0;
}

.features-icons-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 1400px;
  /* overflow-x: auto; */
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.feature-icon-item {
  flex: 0 0 180px;
  min-width: 180px;
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.feature-icon-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.feature-icon-item.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.icon-wrapper i {
  font-size: 24px;
}

.feature-icon-text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.feature-detail-card {
  border-radius: 15px;
  padding: 30px;
  margin-top: 40px;
  border: 2px solid;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-card-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-card-text {
  color: #495057;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.feature-card-image {
  max-height: 300px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .features-icons-container {
    gap: 15px;
    flex-wrap: wrap;
  }

  .feature-icon-item {
    width: 150px;
    padding: 15px;
  }

  .feature-detail-card {
    padding: 20px;
  }

  .feature-card-title {
    font-size: 1.5rem;
  }

  .feature-card-text {
    font-size: 1rem;
  }
}

/* Colores para los iconos */
.text-primary {
  color: #0275d8;
}
.text-purple {
  color: #6f42c1;
}
.text-danger {
  color: #dc3545;
}
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-success {
  color: #5cb85c;
}

/* Explora tus posibilidades */
.possibility-card {
  /* background: white; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
}

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

.icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

/* Benefits Section Styles */
.benefits-section {
  /* background-color: var(--bs-light); */
  padding: 80px 0;
}

.benefits-illustration {
  position: sticky;
  top: 100px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.benefit-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  /* background: white; */
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--bs-danger);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon i {
  font-size: 24px;
  color: white;
}

.benefit-content {
  flex-grow: 1;
}

.benefit-content h3 {
  color: var(--bs-dark);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.benefit-content p {
  color: var(--bs-gray-700);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .benefits-illustration {
    position: static;
    text-align: center;
    margin-bottom: 2rem;
  }

  .benefit-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Tabla comparativa */
/* .th-sentient {
  background-color: #dc3545 !important;
  color: white !important;
  font-weight: 700;
} */
.comparison-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.comparison-table img {
  max-width: 39%;
  /* height: auto; */
}

.comparison-table .table {
  margin-bottom: 0;
}

.comparison-table th {
  border-bottom: 2px solid #dee2e6;
  /* padding: 1rem; */
  font-size: 1rem;
}

.comparison-table td {
  /* padding: 1rem; */
  vertical-align: middle;
}

.feature-cell {
  min-width: 300px;
}

.feature-cell strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.feature-cell p {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.4;
}
.feature-cell i {
  font-size: 1.5rem;
  /* opacity: 0.8; */
}

.comparison-table tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}

@media (max-width: 768px) {
  .feature-cell {
    min-width: 200px;
  }

  .comparison-table td,
  .comparison-table th {
    padding: 1rem;
  }
}

/* CTA Section */
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-illustration img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.cta-illustration img:hover {
  transform: scale(1.05);
}

.cta-section h2 {
  font-weight: 600;
  line-height: 1.2;
}

.cta-section .btn-danger {
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.cta-section .btn-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

@media (max-width: 991.98px) {
  .cta-illustration {
    margin-bottom: 2rem;
  }

  .cta-section h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section .btn-primary {
    width: 100%;
  }
}

/* Pricing Section */
.pricing-section {
  position: relative;
}

.pricing-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-header {
  background: #c2272f;
  color: white;
  position: relative;
}

.pricing-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.price-container {
  font-size: 2.5rem;
  font-weight: 700;
}

.currency {
  font-size: 1.5rem;
  vertical-align: super;
}

.period {
  font-size: 1rem;
  opacity: 0.8;
}

.pricing-features {
  /* background: white; */
}

.pricing-features li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-footer {
  /* background: white; */
}

.pricing-footer .btn {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.pricing-footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

@media (max-width: 768px) {
  .pricing-card {
    margin: 0 20px;
  }

  .price-container {
    font-size: 2rem;
  }
}

/* Carousel Section Styles */
.carousel-section {
    padding: 80px 0;
    position: relative;
}

.swiper {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 1400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    padding: 30px;
    text-align: left;
}

.overlay-text h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.overlay-text p {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
}

.swiper-button-next,
.swiper-button-prev {
    color: #dc3545;
}

.swiper-pagination-bullet-active {
    background: #dc3545;
}

/* 
.swiper-slide img {
  filter: none;
}

.swiper-slide {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
} */

