.contenedor-reforma {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  font-family: 'IberPangeaText-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #2C2C2C;
}

.contenedor-reforma .resaltado {
  font-weight: 600;
}

@media (min-width: 360px) {
  .contenedor-reforma {
    padding: 0px 16px 32px 16px;
    display: flex;
    gap: 10px;
    position: sticky;
    flex-direction: column;
    align-items: center;
  }
  .contenedor-reforma p{
    height:82px;
    letter-spacing: -0.5px;
    align-self: stretch;
    margin-bottom: 0;
  }
}
@media (min-width: 360px) and (max-width:575px){
  .contenedor-reforma p span:nth-child(2) {
    margin-bottom: 10px;
    display: inline-flex;
    letter-spacing: -1.2px;
  }
  .contenedor-reforma {
    margin-top: 19px;
  }
}

@media (min-width: 576px) {
  .contenedor-reforma {
    display: flex;
    padding: 0 40px 40px;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
  }
  .contenedor-reforma p {
    height: 58px;
    letter-spacing: -0.8px;
    align-self: stretch;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .contenedor-reforma p span:nth-child(1) {
    margin-bottom: 10px;
    display: inline-flex;
    letter-spacing: -1.2px;
  }
}

@media (min-width: 992px) {
  .contenedor-reforma {
    padding: 56px 83px;
    margin-top: 0;
  }
  .contenedor-reforma P {
    height: 105px;
    letter-spacing: -0.9px;
    align-self: stretch;
    width: 496px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    margin-bottom: 0;
  }
  .contenedor-reforma .resaltado {
    line-height:40px;
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .contenedor-reforma {
    padding: 56px 100px;
  }
  .contenedor-reforma p {
    height: 73px;
    letter-spacing: -1.5px;
    width: 600px;

  }
  .contenedor-reforma .resaltado {
    line-height:40px;
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .contenedor-reforma {
    padding: 56px 100px;
  }
  .contenedor-reforma p {
    height: 73px;
    letter-spacing: -0.8px;
    width: 960px;
  }
  .contenedor-reforma .resaltado {
    line-height:40px;
    font-size: 32px;
  }
}
