@font-face {
  font-family: Iberia_Headline;
  src: url(../fonts/Iberia-Headline.woff);
}

@font-face {
  font-family: Iberia_text;
  src: url(../fonts/Iberia-Text-Regular.woff);
}



body {
    margin: 0px;
}
#ad {
    display: block;
    border: #ecedee 1px solid;
    overflow: hidden;
    width: 978px;
    height: 248px;
    -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: 978px;
    height: 248px;
    background-color: #d7192c;
    overflow: hidden;
}


/* EMPIEZA MI CODIGO */

/* IMÁGENES ------------------------------------------- */

#img_1{
    position: absolute;
}

#img_2,#img_3,#img_4{
    position: absolute;
    opacity: 0;
}

#logo{ 
    position: absolute;
    right: 0;
    width: 200px;
    right: -10px;
    top: -8px;
    opacity: 0;
}

#sello{
    position: absolute;
    width: 240px;
    left: 40px;
    top: 65px;
    opacity: 0;

}

/* PASTILLAS ROJAS ------------------------------------------- */

#red_box{
    position: absolute;
    width: 980px;
    height: 250px;
    opacity: 0;
    background: rgb(215,25,45);
    background: linear-gradient(140deg, rgba(215,25,45,1) 0%, rgba(215,25,45,1) 25%, rgba(168,14,31,0.8) 60%, rgba(168,14,31,0) 85%);
}

#red_pill{
    position: absolute;
    width: 0px;
    height: 250px;
}

/* CTA Y LEGAL ------------------------------------------- */

#cta{
    position: absolute;
    width: 120px;
    color: #d7192c;
    font-family: Iberia_text;
    font-size: 16px;
    background-color: #fff;
    top: 148px;
    text-align: center;
    left: 400px;
    padding: 6px 0px 9px 0px;
    border-bottom: 4px solid #a80e1f;
    opacity: 0;
}

#legal{
    position: absolute;
    bottom: 2px;
    left: 30px;
    font-family: Iberia_text;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    letter-spacing: .02em;

}



/* TEXTOS ------------------------------------------- */

#copy{
    position: absolute;
    width: 240px;
    font-family: Iberia_text;
    font-size: 20px;
    left: 320px;
    bottom: 102px;
    color: #FCD100;
    opacity: 0;
}

/* PRECIOS ------------------------------------------- */


#precios{
    position: absolute;
    top: 70px;
    left: 30px;
    width: 260px;
}

#box_precio_1, #box_precio_2, #box_precio_3,#box_precio_4{
    position: absolute;
    opacity: 0;
}

.precio{
    display: block;
    left: 0px;
    line-height: 70px;
}

.destino{
    display: block;
    left: 0px;
    font-family: Iberia_text;
    font-size: 28px;
    color: #ffffff;
}

.desde{
    display: block;
    text-transform: uppercase;
    left: 0px;
    font-family: Iberia_text;
    font-size: 12px;
    color: #FCD100;
     text-transform: uppercase;
}

.numero{
    display: inline-block;
    font-family: Iberia_Headline;
    font-size: 86px;
    color: #FCD100;
    margin-left: -5px;
}

.box_MY{
    display: inline-block;
}

.moneda{
    font-family: Iberia_Headline;
    font-size: 49px;
    color: #FCD100;
    line-height: 12px;
}

.trayecto{
    font-family: Iberia_text;
    font-size: 18px;
    color: #FCD100;
    line-height: 52px;

}









