
@font-face {
  font-family: "Pan Display Bold";
  src: url("../fonts/PanTextTT-Bold.woff") format("woff");
}

body {
     font-family:'Pan Display Bold';
    color:#000;
}

a{
    color:inherit;
    text-decoration:none;
}

body {
    margin: 0px;
}
#ad {
    display: block;

    overflow: hidden;
    width: 728px;
    height: 90px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing:border-box;
}

#banner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    box-sizing:border-box;
    overflow:hidden;
}
#border{  position: absolute; display: block; width: 726px; height: 88px; border: solid 1px #000;}


.hide {
    opacity: 0;
}

#image1, #image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.opacidad{opacity: 0}

#pandora{
    position: absolute;
    width: 728px;
    top: 0;
    left: 0;
    display: block;
}

.text{
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 42px;
    top: 16px;
    position: absolute;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0em;
}

.text-hide{
    opacity: 0;
}



#ctaContainer {
    position: absolute;
    right: 38px;
    top: 13px;
    width: 116px;
    height: 33px;
    display: table;
    background-color: #000;
    border-radius: 2px;
    opacity: 0;
}

#cta {
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
}


