.sabias-que {
  margin-top: 5%;
}

.sabias-que .contenedor {
  display: flex;
  border-radius: 60px;
  border: 6px solid blue;
  position: relative;
  height: 400px;
}

.sabias-que .contenedor #carouselExample {
  width: 72%;
}

.sabias-que .contenedor #carouselExample .carousel-inner {
  background-color: lightblue;
  border-radius: 55px;
}

.sabias-que .carousel-control-next,
.sabias-que .carousel-control-prev {
  width: 80px;
}

.sabias-que .carousel-control-prev span,
.sabias-que .carousel-control-next span {
  position: relative;
  background-color: greenyellow;
}

.sabias-que .carousel-inner,
.sabias-que .carousel-item,
.sabias-que .sabias-que-info_container,
.sabias-que .sabias-que-info {
  height: 100%;
}

.sabias-que .carousel-item .sabias-que-info_container {
  display: flex;
  justify-content: space-between;
  gap: 10px;

  align-items: center;
}

.sabias-que .contenedor>figure {
  position: absolute;
  width: 250px;
  right: 30px;
  bottom: 0;

}

.sabias-que .sabias-que-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 10%;
}

.sabias-que .sabias-que-info p {
  font-family: "Alphakind";
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.sabias-que .sabias-que-info.parrafo {
  flex-direction: column;
  gap: 10px;
}

.sabias-que .sabias-que-info.parrafo p {
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.sabias-que .carousel-control-next {
  display: none;
}

@media only screen and (max-width: 1100px) {

  .sabias-que .sabias-que-info p {
    font-size: 25px;
    line-height: 35px;
  }

  .sabias-que .contenedor>figure {
    right: 10px;
    width: 240px;
  }
}

@media only screen and (max-width: 900px) {

  .sabias-que .sabias-que-info {
    border-radius: 25px;
    padding: 3% 12%;
  }

  .sabias-que .sabias-que-info p {
    font-size: 20px;
    line-height: 30px;
  }

  .sabias-que .sabias-que-info.parrafo p {
    font-size: 16px;
    line-height: 20px;
  }

  .sabias-que .carousel-item .sabias-que-info_container {
    border-radius: 30px;
  }

  .sabias-que .contenedor>figure {
    right: 8px;
    width: 230px;
  }

}

@media only screen and (max-width: 800px) {

  .sabias-que .contenedor {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .sabias-que .contenedor #carouselExample {
    width: 100%;
    height: 340px;
  }

  .sabias-que .sabias-que-info {
    padding: 2% 10%;
  }

  .sabias-que .contenedor>figure {
    position: relative;
    width: 250px;
    right: 0;
  }

}

@media only screen and (max-width: 600px) {
  .sabias-que #carouselExample {
    height: 400px !important;
  }

  .sabias-que .contenedor {
    border-radius: 35px;
  }

  .sabias-que .contenedor #carouselExample .carousel-inner {
    border-radius: 30px;
  }

  .sabias-que .sabias-que-info.parrafo p {
    font-size: 14px;
  }

  .sabias-que .contenedor>figure {
    width: 50%;
  }

  .sabias-que .carousel-control-next,
  .sabias-que .carousel-control-prev {
    width: 50px;
  }
}

@media only screen and (max-width: 500px) {

  .sabias-que .carousel-control-next,
  .sabias-que .carousel-control-prev {
    width: 45px;
  }

  .sabias-que .carousel-control-next-icon,
  .sabias-que .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  .sabias-que #carouselExample {
    height: 480px !important;
  }

  .sabias-que .sabias-que-info p {
    font-size: 18px;
    line-height: 25px;
  }

  .sabias-que .sabias-que-info.parrafo p {
    font-family: "poppins-medium" !important;
  }
}

@media only screen and (max-width: 400px) {
  .sabias-que #carouselExample {
    height: 500px !important;
  }

  .sabias-que .sabias-que-info.parrafo p {
    font-size: 12px;
  }
}