
body {
    margin: 0px;
    font-family: Arial, sans-serif;
}
#ad {
    display: block;
    overflow: hidden;
    width: 980px;
    height: 250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
#banner {
    position: absolute;
    display: block;
 	 width: 980px;
    height: 250px;
    background-color: #fffaf5;
    background-repeat: no-repeat;
    overflow: hidden;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: rgb(0, 0, 0) 1px solid; */
}

#bannerStroke {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 980px;
    height: 250px;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#fondo {
    position: absolute;
     z-index: 18;
    opacity: 0;
}
#titular {
    position: absolute;
    z-index: 21;
    opacity: 0;
    left: 0px;
}


#precio {
    position: absolute;
     z-index: 21;
    opacity: 0;
}

#cero {
    position: absolute;
     z-index: 21;
    opacity: 0;
}
#copy1 , #copy2 , #copy3 , #copy4{
    position: absolute;
     z-index: 21;
    opacity: 0;
}

#weeks {
    position: absolute;
    opacity: 0;
    z-index: 14;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;      
}


#kv1 , #kv2 , #kv3 , #kv4 {
    position: absolute;
    opacity: 0;
    z-index: 20;
}

#logo {
    position: absolute;
    opacity: 1;
    z-index: 8;
}

#contentCta,#ctaBg{
    position: absolute;
     left: 808px;
  top: 65px;
  width: 130px;
  height: 38px;
    z-index: 21;
  }

  
  #ctaBg {
    position: absolute;
    border-radius: 19px;
  background-color: rgb(38, 36, 35);
    top: 0px;
    left: 50%;
    z-index: 21;
    opacity: 0;
    transform: translate(-50%, 0%);  
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;  
  }
  
  
  #cta {
    position: absolute;
    z-index: 21;
    opacity: 0;
  }

img {
    width: 980px;
    height: 250px;
    left: 0px;
    top: 0px;
}



