body, html {
    width: 1250px;
    height:115px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

*{margin: 0; padding: 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

img {
  border: 0;
}

/* Container */

body {
  font-family:modern_hecolight;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

#wrapper{
  width: 1250px;
  height: 115px;
  background:white;
  position: absolute;
  overflow: hidden; 
  border: rgb(145, 153, 153) 1px solid;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
}

div, img{position:absolute}

#fondo{
  z-index:6;
  width:1450px;      /* ampliado para cubrir el nuevo ancho */
  height:130px;      /* ampliado para cubrir el nuevo alto */
  left:-100px;
  top:-10px;
}

#title, #subtitle1, #subtitle2, #price{
  z-index:8;
  width:1250px;
  height:115px;
  left:0px;
  opacity:0;
}

#legal{
  z-index:8;
  width:1250px;
  height:115px;
  left:0px;
}

#logo{
  z-index:1000;
  width:1250px;
  height:115px;
}

#cta{
  background:url('../images/cta1.png');
  left:1080px;       /* recolocado para el nuevo ancho */
  top:70px;          /* ajustado al nuevo alto */
  position:absolute;
  width:120px;
  height:25px;
  z-index:1001;
  background-size:cover;
  opacity:0;
}

#cta:hover{
  background:url('../images/cta2.png');
  background-size:cover;
}

#conce{
  width:1250px;
  height:115px;
  z-index:99;
  background:#05141f;
  color:white;
  opacity:0;
}

#nombre{
  width: 1250px;
  font-family: KiaSignatureOTF-Bold;
  left:16px;
  top: 15px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 80%;
}

.html2Png{ 
    width: 100%;
}

.parrafo1{
  width: 1250px;
  font-family: KiaSignatureOTF-Light;
  left:16px;
  top: 35px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 90%;
}
```

Si quieres, puedo ayudarte a **recolocar elementos**, **ajustar tipografías**, o **adaptar el diseño al nuevo tamaño** para que quede perfecto.
