/* ===== PORTABILITY SECTION ===== */
.stefa_container--section {
  display: flex;
  padding: 60px 40px;
  align-items: center;
}

/* Text Content */
.stefa_portabilidad--text {
  width: 50%;
  padding-right: 40px;
  order: 1;
}

/* Image Content */
.stefa_portabilidad--image {
  width: 50%;
  order: 2;
  /* Image second on desktop */
  display: flex;
  justify-content: center;
  align-items: center;
}

.stefa_portabilidad--image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* Text Styles */
.stefa_whiteFont {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;

}

.stefa_whiteFont--p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  width: 90%;
  /* Slightly more width for better readability */
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .stefa_container--section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .stefa_portabilidad--text,
  .stefa_portabilidad--image {
    width: 100%;
    padding: 0;
  }

  /* Mobile order - image first */
  .stefa_portabilidad--image {
    order: 1;
    margin-bottom: 25px;
  }

  .stefa_portabilidad--text {
    order: 2;
    text-align: center;
  }

  /* Mobile typography */
  .stefa_whiteFont {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .stefa_whiteFont--p {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .stefa_portabilidad--image img {
    max-width: 280px;
  }
}

/* Small mobile tweak */
@media (max-width: 400px) {
  .stefa_whiteFont {
    font-size: 28px;
    line-height: 36px;
  }
}

/* Nueva section -  */

.stefa_boody * {

  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;

}

.stefa_container {
  display: flex;
  align-items: center;
  padding-top: 50px;
  max-width: 1273px;
  margin: 0 auto;
}

.stefa_container--section {
  display: flex;
  align-items: center;
}

.stefa_ladoderecho {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.stefa_ladoderecho--section {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.stefa_ladoizquierdo {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.stefa_ladoizquierdo h2 {
  display: inline-block;
  width: 100%;
  margin-left: 40px;
  font-size: 32px;
  line-height: 40px;
  color: #313235;
  font-weight: 400;
}


.stefa_row1 {
  /*width: 100%; */
  display: flex;
  /* flex-direction: row; */
  gap: 20px;
  align-items: stretch;
}

.stefa_row1--section {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: stretch;
}



.stefa_item1,
.stefa_item2 {
  flex: 1;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  gap: 0px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.stefa_item1,
.stefa_item2 {
  /*  gap: 20px; */
  margin: 10px 0;
  background: none;

}

.stefa_holder_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Para separar título, párrafo y link */
  height: 100%;
  width: 247px;
}

.stefa_whiteFont {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.stefa_whiteFont--p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  width: 100%;
}

/*Escritorio*/
@media (min-width: 769px) {}

/*Fin Escritorio*/

/*Tablet*/
/*Portrait*/
@media (max-width: 768px) {

  .stefa_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .stefa_ladoizquierdo {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .stefa_ladoizquierdo h2 {
    text-align: center;
    margin-left: 0;
  }

  .stefa_ladoderecho {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .stefa_item1,
  .stefa_item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }

}

.stefa-beneficios__titulo {
  min-height: 56px;
  margin-bottom: 8px;
}

.stefa-beneficios__parrafo {
  min-height: 96px;
}

.stefa-beneficios__titulo--dos {
  min-height: auto;
  margin-bottom: 12px;
}



.stefa-beneficios__parrafo--dos {
  min-height: 72px;
}

@media (max-width: 600px) {
  .stefa_holder_text {
    width: 136px;
  }

  .stefa-beneficios__titulo {
    font-size: 16px !important;
    line-height: 24px;
    min-height: 72px;
  }

  .stefa-beneficios__parrafo {
    font-size: 14px !important;
    line-height: 20px;
  }

  .stefa-beneficios__parrafo br {
    display: none;
  }

  .stefa_row1 {
    gap: 0px;
  }

  .stefa-beneficios__titulo--dos {
    min-height: auto;
  }

  .stefa-beneficios__parrafo--dos {
    min-height: 100px;
  }
}

.stefa_container--section {
  position: relative;
  height: 316px;
}

picture.stefa_portabilidad--picture {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

img.stefa_portabilidad--fondo {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.stefa_portabilidad--content {
  display: flex;
  align-items: center;
  max-width: 1243px;
  margin: 0 auto;
}

.stefa_port-que--img {
  margin-bottom: -15px;
}

@media (max-width: 600px) {
  .stefa_portabilidad--content {
    flex-direction: column;
  }

  .stefa_container--section {
    height: 500px;
  }

  .stefa_whiteFont {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;

  }

  .stefa_whiteFont--p {

    font-size: 16px;
    line-height: 24px;
    text-align: left;

  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--palabras {
    height: 80px;
  }
}