.contenedor-reforma {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  color: #2C2C2C;
  width: 100%;
}

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

@media (min-width: 360px) {
  .contenedor-reforma {
    padding: 0px 16px 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contenedor-reforma p{
    height:82px;
    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: 385px;
  }
}

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

@media (min-width: 768px) {
  .contenedor-reforma {
    margin-top: 230px;
  }
}


@media (min-width: 992px) {
  .contenedor-reforma {
    padding: 56px 14px;
    margin-top: 0;
  }
  .contenedor-reforma P {
    width: 645px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .contenedor-reforma {
    padding: 56px 100px;
  }
  .contenedor-reforma p {
    width: 805px;
  }

}

@media (min-width: 1920px) {
  .contenedor-reforma {
    padding: 56px 100px;
  }
  .contenedor-reforma p {
    width: 855px;
  }

}
