/** UTILIDADES */
.font {
  font-family: Teko, sans-serif;
}

.parrafo {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 2rem;
  animation: text 2s ease 0s 1 normal forwards;
}

.mt-section-7 {
  margin-top: 4rem;
}

.img-fluido {
  width: 50%;
}

@media (min-width: 768px) {
  .img-fluido {
    width: 1000%;
  }

  .mt-section-7 {
    margin-top: 7rem;
  }
}
/** FIN DE UTILIDADES  */

/** HEADER */

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.hero-text h1 {
  font-weight: 600;
  color: #c2272f;
  font-size: 2.4rem;
  animation: text 2s ease 0s 1 normal forwards;
}

.hero-text p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 30px;
}

.hero img {
  max-width: 100%;
  height: auto;
  animation: img 2s ease 0s 1 normal forwards;
}

@media (min-width: 768px) {
  .hero {
    flex-direction: row;
    justify-content: space-around;
    padding: 2rem;
  }

  .hero-text h1 {
    font-size: 4rem;
    margin-top: 0;
  }

  .hero-text p {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}
/** FIN HEADER */

/** ¿Qué es Qué es un Chatbot? */
.video-container {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.video-container:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/** Fin ¿Qué es Qué es un Chatbot? */

/** Porque Nuestro ChatBot Son Mejores */
.swiper {
  width: 60%;
  height: auto;
  margin: auto;
}

@media (min-width: 768px) {
  .swiper {
    width: 75%;
  }
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(0.8);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  filter: blur(4px);
  transition: filter 0.3s ease;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c2272f !important;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  display: block;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-slide-active img {
  filter: blur(0);
}

/* Active slide styling */
.swiper-slide-active {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
/** FIN Porque Nuestro ChatBot Son Mejores */

/** Explora Nuestros Chatbots */
.pricing-table {
  margin: 50px auto;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  overflow: hidden;
}

.fixed-size-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: cover;
}

.pricing-header {
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  position: relative;
  font-weight: 400;
}

.pricing-header-title {
  padding: 20px;
  width: 25rem;
}

.check-icon {
  color: #28a745;
  font-size: 2rem;
}

.dollar-icon {
  color: #405d72;
  font-size: 2rem;
}

.check-icon-out {
  color: #f5004f;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .check-icon {
    color: #28a745;
    font-size: 1rem;
  }

  .dollar-icon {
    color: #405d72;
    font-size: 1rem;
  }

  .check-icon-out {
    color: #f5004f;
    font-size: 1rem;
  }
}

.pricing-header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
}

.pricing-header span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.pricing-cell {
  padding: 20px;
  text-align: center;
}

.pricing-feature {
  text-align: left;
  font-size: 16px;
  padding: 20px;
}

.pricing-footer {
  text-align: center;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.pb-table {
  padding: 0 0 50px 0;
}

.bot-assistant {
  background-color: #00a5ff;
  font-size: 18px;
}

.compentencia {
  background-color: #dddddd;
  width: 200px;
  font-size: 16px;
}

.img-table-competencia img {
  width: 20%;
}

.powerful {
  background-color: #c2272f;
  font-size: 26px;
  font-weight: bold;
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  z-index: 2;
  border-radius: 10px;
  position: relative;
  border: 2px solid #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.powerful:hover {
  transform: scale(1.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  background-color: #ff4040;
}

.check,
.cross {
  font-size: 18px;
}

.check {
  color: #4caf50;
}

.cross {
  color: #e91e63;
}

.feature-list {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.pricing-row:nth-child(even) {
  background-color: #f2f2f2;
}

.pricing-row:nth-child(odd) {
  background-color: #ffffff;
}

.bg-green-table {
  background-color: #f2f2f2;
}

.img-table {
  width: 100%;
}

.animacion-table {
  animation: pulse 2s infinite;
}

.img-table img {
  width: 30%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.highlight {
  font-size: 1.1em;
  font-weight: bold;
  color: #c2272f;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.price-special {
  background-color: #c2272f;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/** FIN Explora Nuestros Chatbots */

/** Explora Nuestros Chatbot */
.card-custom {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-efecto {
  transition: transform 0.3s;
}

.card-efecto:hover {
  transform: scale(1.05);
}

.card-text-custom {
  font-size: 0.95rem;
  flex-grow: 1;
}

.header-title {
  font-size: 2rem;
  color: #b22222;
  text-align: center;
  margin-bottom: 2rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/** FIN Explora Nuestros Chatbot */

/** Precios */
.position-relative,
ul li {
  margin-bottom: 1.4rem;
}

.pricing-divider {
  border-radius: 20px;
  padding: 1em 0 4em;
  position: relative;
}

.pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
}

.bg-blue-price {
  background-color: #c2272f;
}

.btn-custom {
  background: #c64545;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* Añadimos la animación de palpitación al hacer hover */
}

.btn-custom:hover {
  animation: pulse 1s infinite;
}

.btn-custom2 {
  background: #c64545;
  color: #fff;
  border-radius: 5px;
}

/* Definimos la animación de palpitación */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Aumenta el tamaño al 110% */
  }
  100% {
    transform: scale(1);
  }
}
/** FIN Precios */

/** SIDEBAR */
#sidebar {
  position: fixed;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 0 10px 10px 0;
  transition: width 0.1s, height 0.1s;
  overflow: hidden;
  z-index: 1000;
}

#sidebar:hover {
  width: 200px;
  height: auto;
}

#sidebarIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 24px;
}

#sidebar:hover #sidebarIcon {
  display: none;
}

#sidebarContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;

  justify-content: center;
  row-gap: 0.5rem;
}

#sidebar:hover #sidebarContent {
  display: flex;
}

@media (min-width: 768px) {
  #sidebar {
    width: 200px;
    height: auto;
  }

  #sidebarContent {
    display: flex;
  }

  #sidebarIcon {
    display: none;
  }
}

.sidebar-btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.sidebar-btn:hover {
  background-color: #0b5ed7;
}
/** FIN SIDEBAR */

/** Anuncio */

.container-anuncio {
  background-color: #f4f4f9;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/** Animaciones */

/* img */
@keyframes img {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* TEXT */
@keyframes text {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Modal */
.modal-content {
  border-radius: 10px;
  border: none;
}

.modal-header {
  background-color: #c2272f;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 15px;
  position: relative;
}

.modal-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  opacity: 1;
  font-weight: 700;
  font-size: 20px;
  background: none;
  border: none;
}

.modal-body {
  padding: 20px;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
}

.form-control:focus {
  border-color: #c2272f;
  box-shadow: none;
}

.btn-demo {
  background-color: #c2272f;
  border-color: #c2272f;
  color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

.btn-demo:hover {
  animation: pulse 1s infinite;
}
/* Fin Modal */
