@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: 318px;
    height: 98px;
    -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: 318px;
    height: 98px;
    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: 120px;
    right: -10px;
    top: -8px;
    opacity: 0;
}

#sello{
    position: absolute;
    width: 120px;
    left: 10px;
    top: 25px;
    opacity: 0;

}

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

#red_box{
    position: absolute;
    width: 320px;
    height: 100px;
    opacity: 0;
    background: rgb(215,25,45);
    background: linear-gradient(140deg, rgba(215,25,45,1) 0%, rgba(215,25,45,1) 35%, rgba(168,14,31,0.8) 80%, rgba(168,14,31,0) 95%);
}

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

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

#cta{
    position: absolute;
    width: 60px;
    color: #d7192c;
    font-family: Iberia_text;
    font-size: 10px;
    background-color: #fff;
    top: 64px;
    text-align: center;
    left: 150px;
    padding: 3px 0px 4px 0px;
    border-bottom: 2px solid #a80e1f;
    opacity: 0;
}

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

}



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

#copy{
    position: absolute;
    width: 150px;
    font-family: Iberia_text;
    font-size: 12px;
    left: 135px;
    bottom: 29px;
    color: #FCD100;
    opacity: 0;
}

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


#precios{
    position: absolute;
    top: 25px;
    left: 10px;
    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: 32px;
}

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

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

}

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

.box_MY{
    display: inline-block;
}

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

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

}









