.hero-carousel {
  background: #EBF7FF;
  padding-top: 20px;
  padding-bottom: 50px;
}
.hero-carousel__title {
  color: #FF2846;
  font-family: "Baloo 2";
  font-size: 50px;
  font-style: normal;
  line-height: 88%;
  letter-spacing: -0.25px;
  padding-top: 50px;
}
.hero-carousel__title span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero-carousel__title {
    font-size: 44px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .hero-carousel__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1320px) {
  .hero-carousel__title {
    margin-bottom: 50px;
  }
}
.hero-carousel__container {
  border-radius: 64px;
  background: #F7F8FB;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  background-image: url("/junior/wp-content/uploads/sites/3/2023/11/Group-43016.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
@media (max-width: 1024px) {
  .hero-carousel__container {
    background-image: url("/junior/wp-content/uploads/sites/3/2023/11/Group-43017.png");
  }
}
@media (max-width: 767px) {
  .hero-carousel__container {
    background-image: url("/junior/wp-content/uploads/sites/3/2023/11/Group-43018.png");
  }
}
@media (max-width: 480px) {
  .hero-carousel__container {
    border-radius: 0px !important;
    box-shadow: none !important;
    max-width: 100%;
  }
}
@media (min-width: 1320px) {
  .hero-carousel__container {
    max-width: 1296px;
  }
}
.hero-carousel__name {
  color: #4E4F53;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  margin-top: 12px;
}
@media (max-width: 320px) {
  .hero-carousel__name {
    margin-left: -20px;
  }
}
.hero-carousel__country {
  color: #4E4F53;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.hero-carousel__opinion {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 1015px) {
  .hero-carousel__opinion {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .hero-carousel__opinion {
    font-size: 18px;
    margin-left: -5px;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .hero-carousel__opinion {
    margin-left: -15px;
    max-width: 100%;
  }
}
.hero-carousel__start {
  padding-top: 10px;
}
.hero-carousel__flag {
  margin-top: 12px;
}

.wrapper-pagination {
  padding-bottom: 50px;
}

.flag__chile {
  background-image: url("/junior/wp-content/uploads/sites/3/2022/09/Flag-Chile.png");
  width: 42px;
  height: 42px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
}

.flag__colombia {
  background-image: url("/junior/wp-content/uploads/sites/3/2022/09/Flag-Colombia.png");
  width: 42px;
  height: 42px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
}
