.container-text-promociones {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  height: auto;
  margin: 10px;
}
.container-text-promociones video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-text {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 229, 229, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-text h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  color: #1c3860;
  z-index: 11;
}
.implantes-txt h2 {
  color: white
}
.promociones {
  width: 100%;
  overflow-y: hidden;
  padding: 10px auto;
  margin: 30px 0;
}
.promociones p {
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  margin: 7px auto;
}
.container-promociones {
  display: grid;
  gap: 20px;
  width: 90%;
  margin: auto;
  place-content: center;
  grid-template-columns: repeat(1, fr);
}
.item-promociones {
  width: 100%;
}
.item-promociones img {
  width: 100%;
  height: auto;
}

.promo-special {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
}

.promo-special-descktop {
  width: 100%;
  object-fit: cover;
}

.title-promo {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #1c3860;
}
.section-promos-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  place-items: center;
  gap: 20px;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 44px #5d4fff12;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.promos-div {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 1.5rem;
}
.promos-line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: #d9d8e5;
}

.promos-div-li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 150px;
  border-radius: 1rem;
  gap : 16px;
  transition: all 0.3s ease-in-out;
}

.promos-div-li:hover {
  transform: translateY(-10px);
  /* background-color: #509fd8;
  color: white; */
  box-shadow: 0 4px 44px #3f3f411c;
}

.promos-div-li span {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.promos-div-li img {
  width: 50px;
  height: 58px;
  padding-top: .5rem;
}

.money-icon {
  display: flex;
  width: max-content;
  height: max-content;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.money-icon img {
  width: 50px;
  height: 58px;
}

.money-line {
  position: absolute;
  width: 2.4px;
  height: 70px;
  background-color: #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%) rotate(45deg);
}

.contacto-btn {
  max-width: 50px;
}

.btn-mas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #25d366;
}

@media (min-width: 340px) {
  .container-promociones {
    display: grid;
    gap: 20px;
    width: 90%;
    height: auto;
    margin: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .item-promociones {
    width: 100%;
  }
  .item-promociones img {
    width: 100%;
    height: auto;
  }
  .promo-special-descktop {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 350px) {
  .container-promociones {
    display: grid;
    gap: 20px;
    width: 90%;
    height: auto;
    margin: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .item-promociones {
    width: 100%;
  }
  .item-promociones img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 360px) {
  .container-promociones {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 90%;
    height: auto;
    margin: 10px;
  }
  .item-promociones {
    width: 100%;
  }
  .item-promociones img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 370px) {
  .container-promociones {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 90%;
    margin: auto;
  }
  .item-promociones {
    width: 100%;
  }
  .item-promociones img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .title-promo {
    font-size: 35px;
  }
  .container-text-promociones {
    position: relative;
    width: 98%;
    overflow-x: hidden;
    background-color: white;
    height: 364px;
  }
  .container-text-promociones video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-text {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-text h2 {
    text-transform: uppercase;
    font-size: 80px;
    text-align: center;
    font-weight: 800;
    color: #1c3860;
    z-index: 11;
  }
  .implantes-txt h2 {
    color: black;
  }
  .promociones {
    width: 100%;
    overflow-y: hidden;
    padding: 10px auto;
  }
  .promociones p {
    font-size: 1.5em;
    text-align: center;
    font-weight: 500;
    margin: 7px auto;
  }
  .container-promociones {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 50px;
    width: 90%;
    margin: auto;
  }
  .container-promociones .promo-special {
    grid-column-start: 1;
    grid-column-end: 4;
    display: grid;
    place-content: center;
  }
  .item-promociones {
    width: auto;
    height: auto;
  }
  .item-promociones img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 10px;
  }
  .item-promociones img:hover {
    transform: scale(0.9);
    transition: 0.5s;
  }
  .container-promociones .promo-special img {
    height: 100% !important;
    max-height: 500px !important;
    width: auto !important;
  }
  .promos-line {
  max-width: 100%;
  height: 1px;
  background-color: #d9d8e5;
  }
  .promos-div-li span {
  font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-promos-flex {
    flex-direction: row;
  }
  .promos-line {
    max-width: 1px;
    height: 150px;
  }
  .container-text {
    width: 100%;
    height: 100%;
  }
  .container-text-promociones {
    height: 300px;
  }
}