:root {
  --dark-blue-100: rgba(12, 22, 73, 1);
  --dark-blue_2-100: rgba(11, 68, 105, 1);
  --yellow_1-100: rgba(239, 205, 65, 1);
  --blue-100: rgba(11, 68, 105, 1);
  --blue-25: rgba(11, 68, 105, 0.25);
  --blue-20: rgba(11, 68, 105, 0.2);
  --another-blue-100: #47a3d1;
}

.becky {
  max-width: 20rem;
}

.bg-dark_blue {
  background: var(--dark-blue-100);
}

.text-dark_blue {
  color: var(--dark-blue_2-100);
}


.bg-white_blue {
  background: var(--another-blue-100);
}

.mas_vendido-es {
  color: var(--dark-blue_2-100);
  background-color: var(--yellow_1-100);
  font-size: 10px;
  width: 77px;
  height: 17px;
}

.mas_vendido-en {
  color: var(--dark-blue_2-100);
  background-color: var(--yellow_1-100);
  font-size: 10px;
  width: 140px;
  height: 17px;
}
.mas_vendido-pt {
  color: var(--dark-blue_2-100);
  background-color: var(--yellow_1-100);
  font-size: 10px;
  width: 130px;
  height: 17px;
}


b .bg-home_1_111111 {
  background-color: aqua;
}

.bg-home_1 {
  background-image: url("/static/img/gift/home_1_1_movil.png") !important;
  /* background-size: auto; */
  background-size: cover;
  background-repeat: no-repeat;

}

.bg-home_1_3 {
  background-image: url("/static/img/gift/bg_home_1_3.png");
  /* background-size: auto; */
  background-size: cover;
  background-repeat: no-repeat;
}

.display-web {
  display: none !important;
}

.display-mobile {
  display: flex !important;
}

.display-middle{
  display: flex !important;
}


.box_home_1-left {
  max-height: 90vh;
}

.box_home_1-left_movil {
  min-height: 50vh;
  max-height: 100vh;
  /* height: 300px; */
}

.box_home_1-right {
  max-height: 80vh;
}

.box_home_1-right_movil {
  min-height: 50vh;
  max-height: 100vh;
  /* height: 400px; */
}

.item_home_3 {
  min-width: 20rem;
  max-width: 24rem;

}


.title-home_1 {
  font-size: 26px;
  line-height: 31.2px;
  max-width: 27rem;
  width: 100%;
}
.title-congrats_1 {
  font-size: 24px;
  line-height: 24px;
  max-width: 27rem;
  width: 100%;
}
.title-congrats_2 {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
.title-home_3 {
  font-size: 28px;
  line-height: 26.4px;
  max-width: 27rem;
  width: 100%;
}

.parag-home_2 {
  max-width: 33rem;
  width: 100%;
  margin-bottom: 20px;
}

.box_home_2 {
  min-height: 30rem !important;
}

.tittle-home_1_2 {
  font-size: 1.75rem !important;
}

.stars {
  display: none;
}

.becky_block {
  display: none !important;
}


.becky_block_mobil {
  display: flex !important;
}

@media (min-width: 640px) {

  .title-home_1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    max-width: 30rem;
    width: 100%;
  }

  .box_home_1-right {
    min-height: 90vh;
    max-height: 100vh;
  }

  .box_home_1-left {
    min-height: 90vh;
    max-height: 100vh;
  }

  .stars {
    display: block;
  }

  .becky_block {
    display: flex !important;
  }

  .becky_block_mobil {
    display: none !important;
  }

  .display-web {
    display: flex !important;
  }

  .display-mobile {
    display: none !important;
  }

}



.footet_bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.234621) 0%, rgba(0, 0, 0, 0.1365) 100%) !important;
}

.plan_option {
  max-width: 21rem;
  width: 100%;

}

.input_gift{
  background: linear-gradient(131.76deg, rgba(255, 255, 255, 0.1) 1.28%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid;
  /* border-image: linear-gradient(87.37deg, #43A7EE 62.35%, #4C72FF 111.7%) 1 !important; */
  border-color: #43A7EE;
  border-radius: 8px;
}

.inner-container{
  max-width: 30rem !important;
}

.pay{
  width: 16rem;
}

.home_img{
  height: 700px;
}

.box_congrats{
  min-height: 50vh;
}

@media (max-width: 1300px) {
  .display-middle{
    display: none !important;
  }
}