.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
#world{
    height: 1000px;
    position: absolute;
    overflow: hidden;
    /***/
    pointer-events: none;

}

#perso5_vRef{
    z-index: 60;
}

html {
    height: 100%;

}

body {
    height: 100%;
    background-image:
        url(../images/fondo-foco-luz.png),
        url(../images/fondo.jpg);
    background-repeat:
        no-repeat,
        repeat;
    background-position:
        top center,
        left;
 
}
/* HRs*/
.hr_estrella {
    display:block;
    border:0px;
    height:39px;
    background-image:url('../images/hr-estrella.png');
    background-repeat: no-repeat;
    background-position: top center, center;
}

/*VISIBILIDAD*/
.oculto{
    display: none;
}


/*COLOR TEXTO...*/
.textoRosa{
    color: #ed0181;
}

.textoAmarillo{
    color: #ffea00;
}
.textoAzul{
    color: #009bdf;
}
.textoNegro{
    color: black;
}
.textoBlanco{
    color: white;
}

.textoGrisClaro{
    color: #c9c9c9;
}

/*FONDOS*/
.fondoRosa{
    background-color: #ed0181;
}
.fondoAmarillo{
    background-color: #ffea00;
}
.fondoMagenta{
    background-color: #ed0181;
}
.fondoAzul{
    background-color: #009bdf;
}

.fondoNegro{
    background-color: black;
}

.fondoGris{
    background-color: #6f6f6f;
}

.fondoDegradadoTB{
    background-image: url("../images/fondo_degradado_TB.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fondoDegradadoTC{
    background-image: url("../images/fondo_degradado_TC.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fondoDegradadoTM{
    background-image: url("../images/fondo_degradado_TM.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fondoDegradadoTY{
    background-image: url("../images/fondo_degradado_TY.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* PADDING */

.padding_sup_L{
    padding-top: 75px;    
}
.padding_sup_M{
    padding-top: 50px;    
}
.padding_sup_S{
    padding-top: 25px;    
}

.padding_inf_L{
    padding-bottom: 75px;    
}
.padding_inf_M{
    padding-bottom: 50px;    
}
.padding_inf_S{
    padding-bottom: 25px;    
}

/* MARGENES */

.margen_sup_L{
    margin-top: 75px;    
}
.margen_sup_M{
    margin-top: 50px;    
}
.margen_sup_S{
    margin-top: 25px;    
}

.margen_inf_L{
    margin-bottom: 75px;    
}
.margen_inf_M{
    margin-bottom: 50px;    
}
.margen_inf_S{
    margin-bottom: 25px;    
}


/*VIDEO*/
#cont_video {
    text-align: center;
    margin: auto;
    background-color: black;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.video {
    margin-top: 0px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video>.video_yt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}


#tiraContenidos{
    width: 100%;
    max-width: 980px;
    height: 100%;
    margin: auto;    
    text-align: center;
    /*background-color: #ed0181;*/
   
}


#cont_subTira{
    
    padding-right: 25px;
    padding-left: 25px;
}



h1 {
    text-align: center;
    margin: auto;
    font-family: LubalinGraph;
    font-size: 3.5em;
    color: white;
    text-transform: uppercase;
}
h2 {
    text-align: center;
    margin: auto;
    font-family: AvenirNextRounded;
    font-size: 2.4em;
    color: black;
    padding-left: 10vw;
    padding-right: 10vw;
}

h3 {
    text-align: center;
    margin: auto;
    font-family: AvenirNextRounded;
    font-size: 1.4em;
    color: #009bdf;
    margin-bottom: 1em;
}

#wrapper {
    height: 100%;
}

#area_1 {

    height:280px;
    overflow: hidden;
    position:relative;
}


#area_2 {

}
#area_21 {
    margin-top: 105px;
    /*background-color: #1c2e51;*/
    background-color: #3c59a1;
    height: 100%;
    
}

#logo{
    margin-top: 35px;    
    
}

#precio_cuad{
    margin-top: -52px;
    width: 340px;
    height: 105px;
    background-color: #e71481;
}

.txt_precio{
    font-family: LubalinGraph;
    font-size: 3em;
    color: white;
}
.txt_precio_small{
    font-size: 0.7em;
    padding-top: 0.3em;
    padding-left: 0.2em;
    padding-right: 0.3em;
}