.rompe-el-ciclo {
  margin-top: 5%;
  position: relative;
}

.rompe-el-ciclo .contenedor .carousel-item-contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 60px;
}

.rompe-el-ciclo_foto {
  flex: 1;
  position: relative;
  bottom: -13px;
  left: 30px;
}

.rompe-el-ciclo_info {
  flex: 2;
}

.rompe-el-ciclo .rompe-el-ciclo_info h3 {
  font-family: "Alphakind";
  text-align: center;
  font-size: 30px;
  color: #a7006f;
}

.rompe-el-ciclo .rompe-el-ciclo_info p {
  text-align: center;
  font-size: 18px;
  width: 90%;
  margin: 0 auto !important;
}

.rompe-el-ciclo .rompe-el-ciclo_info p span {
  font-family: "Alphakind";
  color: rgb(128, 2, 128);
}

.rompe-el-ciclo .imagen-actividad {
  flex: 2;
  border: 10px solid yellow;
  border-radius: 40px;
}


.rompe-el-ciclo .imagen-actividad img {
  border-radius: 28px;
}

.rompe-el-ciclo .flecha-verde {
  position: absolute;
  z-index: 5;
  bottom: -20px;
  left: 30%;
  width: 180px;
}

.rompe-el-ciclo_carousel {
  border: 6px solid yellow;
  border-radius: 50px;
  overflow: hidden;
  flex: 2;
}

#carouselTop button {
  width: 80px;
}

#carouselTop button span {
  background-color: #a7006f;
}

@media only screen and (max-width: 1100px) {
  .rompe-el-ciclo .rompe-el-ciclo_info h3 {
    font-size: 25px;
  }

  .rompe-el-ciclo .flecha-verde {
    bottom: -25px;
    width: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .rompe-el-ciclo .rompe-el-ciclo_info p {
    font-size: 16px;
    line-height: 20px;
  }

  .rompe-el-ciclo .flecha-verde {
    bottom: -18px;
    width: 150px;
  }
}

@media only screen and (max-width: 900px) {

  .rompe-el-ciclo_carousel {
    border-radius: 40px;
  }

  .rompe-el-ciclo .contenedor .carousel-item-contenedor {
    flex-direction: column;
    gap: 0;
  }

  .rompe-el-ciclo_info {
    order: 1;
    margin-top: 5%;
  }

  .rompe-el-ciclo_foto {
    left: 0;
    bottom: 0;
    flex: auto;
    width: 400px;
    order: 2;
  }

  .rompe-el-ciclo .imagen-actividad {
    order: 3;
    border-radius: 30px;
  }

  .rompe-el-ciclo .imagen-actividad img {
    border-radius: 20px;
  }


}

@media only screen and (max-width: 800px) {

  .rompe-el-ciclo .rompe-el-ciclo_info h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .rompe-el-ciclo_carousel {
    flex: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .rompe-el-ciclo_foto {
    width: 300px;
  }
}

@media only screen and (max-width: 500px) {

  .rompe-el-ciclo_foto {
    width: 60%;
  }

  .rompe-el-ciclo .flecha-verde {
    display: none;
  }
}