body, html {
    width: 1250px;
    height: 150px;
    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;
}

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

/* Contenedor */

#wrapper {
    width: 1250px;
    height: 150px;
    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;
}

/* Imagen principal */

#img1 {
    z-index: 6;
    width: 1437.5px;
    height: 173.33px;
    left: -132.65px;
    top: -16.67px;
}

/* Textos */

#tx1, #tx2, #tx3, #legal {
    z-index: 8;
    width: 1250px;
    height: 150px;
    left: 0;
    opacity: 0;
}

#etiqueta {
    z-index: 8;
    width: 1250px;
    height: 150px;
    left: 0;
}

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

/* Botón */

#cta {
    background: url('../images/cta1.png');
    left: auto;
    top: auto;
    right: 15px;
    bottom: 15px;
    position: absolute;
    width: 84px;
    height: 20px;
    z-index: 1001;
    background-size: cover;
    opacity: 0;
}

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

/* Condiciones */

#condicionesb {
    z-index: 9;
    width: 1250px;
    height: 150px;
    left: 0;
    opacity: 0;
    background-color: #05141f;
}

#condicionesb img {
    width: 1250px;
    height: 150px;
    left: 0;
    top: 0;
}

/* Información legal */

#legales {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 1250px;
    height: 150px;
    display: none;
    background-color: #05141f;
}

#legales img {
    width: 1250px;
    height: 150px;
}

/* Concesionario */

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

#nombre {
    width: 1240px;
    font-family: KiaSignatureOTF-Bold;
    text-align: right;
    right: 16px;
    top: 10px;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.03em;
    max-width: 80%;
}

.html2Png {
    width: 100%;
}

.parrafo1 {
    width: 1240px;
    font-family: KiaSignatureOTF-Light;
    text-align: right;
    right: 16px;
    top: 28px;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.03em;
    max-width: 90%;
}