.swiper-pagination .orange .swiper-pagination-bullet {
  width: 20px;
  /* Cambia el ancho de los botones */
  height: 20px;
  /* Cambia el alto de los botones */
  background-color: #FFA500;
  /* Color naranja */
  opacity: 1;
  /* Asegura que el color de fondo sea sólido */
}

.swiper-servicios .swiper-pagination {

  position: absolute;
  bottom: -50px;
  /* Baja los bullets más hacia abajo */
  width: 100%;
  /* Para centrar los bullets */
  text-align: center;
  /* Centrar los bullets horizontalmente */
  z-index: 999;
  height: 100px;

}

.swiper-container .swiper-pagination {

  position: absolute;
  bottom: -70px;
  /* Baja los bullets más hacia abajo */
  width: 100%;
  /* Para centrar los bullets */
  text-align: center;
  /* Centrar los bullets horizontalmente */
  z-index: 999;
  height: 100px;

}

/* Estado activo del botón */
.swiper-pagination.orange .swiper-pagination-bullet-active {
  background-color: #FF8C00;
  /* Un naranja más oscuro para el botón activo */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide p {
  height: 300px;
  font-size: 22px;
}

.swiper-slide .orange {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8400;
  border-radius: 20px;
  max-width: 350px;
  height: 550px;

}

.swiper-slide .black {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  border-radius: 20px;
  max-width: 350px;
  min-height: 60px;
}

/*
  .swiper-slide .black img {
    width: 30%;
    height: auto;
    display: flex;
  }
  */
.swiper-slide .black p {
  color: white;
  max-width: 250px;
  text-align: center;
}

.swiper-slide .orange p {
  color: white;
  max-width: 250px;
  text-align: center;
}

.swiper-slide h3 {
  color: white;
}

.swiper-slide .orange img {
  width: 70%;
  height: auto;
  display: flex;

  margin-top: 25px;
}

/*
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
*/

.separator-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: auto;
  padding: 0 10px;
}

.swiper-servicios {
  position: relative;
  display: flex;
  width: 95%;
  overflow: hidden;
  margin-left: 30px;
}

.wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.separator-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: auto;
  padding: 0 10px;
}


.servicios-card {
  min-width: 300px;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  font-family: "Roboto-bold";
  text-align: center;
  background-color: orangered;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicios-card img {
  width: 80%;
  height: auto;
}


.button img,
.button2 img {
  margin-left: 10px;
  height: 30px;
  width: 30px;
  margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: absolute;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next {
  right: -2px;
}

.swiper-button-next .orange {
  right: -6px;
}

.swiper-button-prev {
  right: -2px;
}

.swiper-button-prev .orange {
  left: -6px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 40px !important;
  /* Tamaño de la flecha */
}

.swiper-pagination-bullet {
  background-color: #f4ca95 !important;
}

.swiper-pagination-bullet-active {
  background-color: #ff8400 !important;
}

/* Estilo base para el botón */
.slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 1px;

  margin-bottom: 20px;
  font-size: 1.1rem;
  font-family: "Roboto-bold";
  height: 50px;
}

.slide-btn .btn-icon {
  margin-right: 10px;
  width: 10px;
}

.swiper-slide .btn-icon img {
  margin-right: 10px;
  width: 10px;
}


h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

p {
  margin-bottom: 20px;
}

.servicios-texto {
  font-size: 1.5rem;
  padding: 2rem;
  padding-left: 50px;
  padding-right: 50px;
}

.servicios-linea-negra-pyme {
  background-color: black;
  align-items: center;
  line-height: 1;
  text-align: center;
  max-width: 90%;
  margin-left: 80px;
  border-radius: 2em;
}

.servicios-linea-negra-pyme h2 {

  color: #ff7300ff;
  font-size: 2.6rem;
  margin-bottom: 10px;

}

.servicios-linea-negra-pyme .blanco {

  color: white;
  font-size: 1.8rem;
  padding: 10px;
  margin-top: -10px;

}

.servicios-linea-negra {
  background-color: black;
  align-items: center;
  color: white;
  font-size: 1.3rem;
  text-align: center;

}

.banner-container {
  display: flex;
  justify-content: center;
  /* Centra el slider */
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 0;
}

.alien-box {
  flex: 0 0 auto;
}

.alien-img {
  width: 120px;
  height: auto;
}

.swiper-container-banner {
  width: 0%;
  max-width: 800px;
}

.swiper-container-banner {
  width: 100%;
  height: auto;
}



@media (max-width: 767px) {


  .servicios-linea-negra-pyme {
    background-color: black;
    align-items: center;
    line-height: 1;
    text-align: center;
    max-width: 90%;
    margin-left: 20px;
    border-radius: 2em;
  }

  .servicios-linea-negra-pyme h2 {
    font-size: 30px !important;
    text-align: center;
    color: #ff7300ff;
    margin-bottom: 10px;
  }

  .servicios-linea-negra-pyme h2.blanco {
    font-size: 18px !important;
    text-align: center;
  }





}

@media (max-width: 900px) {
  .servicios-texto {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .servicios-linea-negra {
    font-size: 0.8rem;
  }
}

@media (max-width: 500px) {
  .servicios-texto {
    font-size: 0.6rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .servicios-linea-negra {
    font-size: 0.5rem;
  }
}

@media (min-width: 2500px) {
  .servicios-texto {
    font-size: 4rem;
  }

  .servicios-linea-negra {
    font-size: 2rem;
  }

  .slide-btn {
    font-size: 2rem;
  }

  .slide-btn .btn-icon {
    margin-right: 10px;

    width: 2rem;
  }

  .servicios-linea-negra {
    font-size: 4rem;
  }

  .servicios-card img {
    width: 5rem;
    height: 5rem;
  }

  .button img,
  .button2 img {
    height: 5rem;
    width: 5rem;
  }

  .swiper-slide .orange {
    max-width: 450px;
    min-height: 300px;
    height: 650px;
  }

  .swiper-slide .black {
    max-width: 1000px;
  }

  .swiper-slide .orange p {
    max-width: 1000px;
    font-size: 2rem;
  }

  .swiper-slide .black p {
    max-width: 900px;
    font-size: 2rem;

  }

  .swiper-slide h3 {
    font-size: 3rem;
  }
}