@charset "utf-8";
/* CSS Document */

/* ------ INTRO ------- */

#pastillaSVG {
    position: absolute;
    left: 6%;
    top: 20%;
    transition: transform 2s ease-in-out;
    -moz-transition: transform 2s ease-in-out;
    -webkit-transition: transform 2s ease-in-out;
    -o-transition: transform 2s ease-in-out;
}

#pastillaSVG.maxScale {
    -webkit-transform : scale(4);
    -moz-transform    : scale(4);
    -ms-transform     : scale(4);
    -o-transform      : scale(4);
    transform         : scale(4);    
}

#pastillaSVG.minScale {
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    -ms-transform     : scale(1);
    -o-transform      : scale(1);
    transform         : scale(1);
}

#tituloPrincipal {
    font-family: 'Futura XBlk BT';
    line-height: 1.2em;
    font-size: 28pt;
    position: absolute;
    top: 28%;
    left: 10%; 
}

#tituloPrincipal span {
    font-size: 50pt;
    font-weight: 750;
}

#subsMessage {
    position: absolute;
    width: 160px;
    height: 100px;
    padding-top: 50%;
    padding-left: 2%;
    pointer-events: none;
}

#ccMessage {
    position: absolute;
    padding-top: 2%;
    padding-left: 6%;
    pointer-events: none;
}

#im_inicio {
    -webkit-filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
}

#start {
    position: absolute;
    bottom: 18px;
    right: 18px;
}

#b_inicio {
    position: absolute;
    top: 32%;
    left: 24%;
}

#subtitles {
    position: absolute;
    bottom: 8px;
    left: 18px;
}

/* -------------------- */

/* ---- CONTENT CC ---- */

#b_cerrar {
    position: absolute;
    top: 30%;
    left: 15%;
}

#credits, #im_cerrar {
    -webkit-filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
}

#contentcc {
    background-color: #EAEAEA;
}

#titulocreditos {
    font-family: 'Futura Md BT';
    position: absolute;
    top: 14%;
    left: 12%;
    font-size: 20pt;
    color: #2DA3FF;
}

#textocc, #subtextocc {
    font-family: 'FuturaBT-Book';
    font-size: 12pt;
    position: absolute;
    top: 18%;
    left: 12%;
    width: 75%;
    text-align: justify;
    color: black;
}

#logoGris {
    position: absolute;
    top: 78%;
    left: 38%;
}

#subtextocc {
    top: 36%;
    left: 16%;
    line-height: 1.25em;
}

/* -------------------- */

/* ----- CONTENT1 ----- */

#video {
    position: absolute;
    width: 800px;
    height: 563px;
    background-size: cover;
    overflow: hidden;
    right: 0%;
    top: -1%;
}

#tituloTopLeft {
    position: absolute;
    font-size: 16.7pt;
    top: 28px;
    line-height: 1.2em;
    left: 37px;
}

#tituloEmociones {
    position: absolute;
    top: 31%;
    left: 19%;
}

#b_atras, #b_atrasVideo, #b_atrasSelections {
    position: absolute;
    top: 22%;
    left: 20%;
}

#b_salir {
    position: absolute;
    top: 26%;
    left: 18%;
}

.initOptionBalls {
    -webkit-transform : scale(0);
    -moz-transform    : scale(0);
    -ms-transform     : scale(0);
    -o-transform      : scale(0);
    transform         : scale(0);
    
    transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.scaleInOptionBalls {
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    -ms-transform     : scale(1);
    -o-transform      : scale(1);
    transform         : scale(1);
    
    transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.scaleInOptionBalls:hover {
    -webkit-transform : scale(1.15);
    -moz-transform    : scale(1.15);
    -ms-transform     : scale(1.15);
    -o-transform      : scale(1.15);
    transform         : scale(1.15);
    
    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

#bola_miedo {
    position: absolute;    
    top: 43.7%;
    left: 24%;
    -webkit-filter: drop-shadow(-5px 21px 20px rgba(0,0,0,0.5));
    filter: drop-shadow(-5px 21px 20px rgba(0,0,0,0.5));     
}

#bola_rabia {
    position: absolute;
    top: 43.7%;
    left: 43%;
    -webkit-filter: drop-shadow(-5px 21px 20px rgba(0,0,0,0.5));
    filter: drop-shadow(-5px 21px 20px rgba(0,0,0,0.5));     
}

#bola_tristeza {
    position: absolute;
    top: 43.7%;    
    left: 62%;
    -webkit-filter: drop-shadow(-5px 21px 20px rgba(0,0,0,0.5));
    filter: drop-shadow(-5px 21px 20px rgba(0,0,0,0.5)); 
}

#b_continuar, #b_continuar2 {
    position: absolute;
    top: 22%;
    left: 12%;
}

/* -------------------- */

/* --- CONTENT VIDEO --- */

#subs{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 40px;
    background-color: white;
}

#fichaLapiz {
    position: absolute;
    top: 18px;
    right: 10px;
    -webkit-filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.5));
}

#globoFicha {
    position: absolute;
    padding-top: 2%;
    padding-left: 62%;
    pointer-events: none;
}

#saltarAnimacion {
    position: absolute;
    font-size:9px;
    font-weight: lighter;
    text-decoration: none;
    color: black;
    right: 22px;
    bottom: 12px;    
}

#tituloVideo, #tituloVideo2 { 
    position: absolute;
    top: -3px;
}

#tituloTextoVideo, #tituloTextoVideo2 {
    position: absolute;
    font-size: 16.7pt;
    top: 24px;
    line-height: 1.2;
    left: 37px;
}

#bola1, #bola2, #bola3, #bola4, #bola5 {
    position: absolute;
    width: 84px;
    height: 84px;
    background-size: contain;
    background-repeat: no-repeat;    
}

.shadow {
    -webkit-filter: drop-shadow(0px 10px 6px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 10px 6px rgba(0,0,0,0.5));      
}

.initOptionDraggables {
    opacity: 1;
}

.scaleInDraggables {
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    -ms-transform     : scale(1);
    -o-transform      : scale(1);
    transform         : scale(1);

    transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.scaleInDraggables:hover {
    -webkit-transform : scale(1.08);
    -moz-transform    : scale(1.08);
    -ms-transform     : scale(1.08);
    -o-transform      : scale(1.08);
    transform         : scale(1.08);
    
    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition:  transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

#arrMessage {
    position: absolute;
    opacity: 0;
    top: 82%;
    right: -1%;   
    -moz-transition     : opacity 0.3s, right 1s;
    -webkit-transition  : opacity 0.3s, right 1s;
    -o-transition       : opacity 0.3s, right 1s;
    transition          : opacity 0.3s, right 1s;
}

#arrMessage.anim {
    opacity: 1;
    right: 1%;
}

#tituloSVGEmocion {
    position: absolute;
}

#tituloSVGEmocion.Miedo {
    right: 9.3%;
    top: 14.8%;
}

#tituloSVGEmocion.Rabia {
    right: 9.3%;
    top: 15.8%;
}

#tituloSVGEmocion.Tristeza {
    right: 9.3%;
    top: 16%;
}

/* -------------------- */

/* ---- DRAG&DROP ----- */

.option {
    position: absolute;
    width: 84px;
    height: 84px;
}

.selectionb {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 50px;
    border: 2px dotted #000000;
    border: 2px dotted #0000001c;
}

.selection {
    position: absolute;
    width: 84px;
    height: 84px;
}

#option1 {
    top: 80.5%;
    left: 21.4%;
}

#option2 {
    top: 80.5%;
    left: 32.7%;
}

#option3 {
    top: 80.5%;
    left: 44.1%;
}

#option4 {
    top: 80.5%;
    left: 55.3%;   
}

#option5 {
    top: 80.5%;
    left: 66.9%;   
}

#option1.Rabia {
    top: 80.5%;
    left: 27.4%;
}

#option2.Rabia {
    top: 80.5%;
    left: 38.7%;
}

#option3.Rabia {
    top: 80.5%;
    left: 50.1%;
}

#option4.Rabia {
    top: 80.5%;
    left: 61.3%;   
}

#option5.Rabia {
    top: 80.5%;
    left: 72.9%;   
}

#select1.Miedo {
    top: 60.5%;
    left: 8%;
}

#select2.Miedo {
    top: 28%;
    left: 30.5%;
}

#select3.Miedo {
    top: 39.3%;
    left: 46%;
}

#select4.Miedo {
    top: 26%;
    left: 66%;
}

#select5.Miedo {
    top: 62%;
    left: 73.5%;
}

#select1.Rabia {
    top: 53%;
    left: 18%;
}

#select2.Rabia {
    top: 48%;
    left: 43%;
}

#select3.Rabia {
    top: 30%;
    left: 63.5%;
}

#select4.Rabia {
    top: 61%;
    left: 71.5%;
}

#select1.Tristeza {
    top: 37%;
    left: 5%;
}

#select2.Tristeza {
    top: 58%;
    left: 25.5%;
}

#select3.Tristeza {
    top: 61%;
    left: 54%;
}

#select4.Tristeza {
    top: 31.2%;
    left: 74.5%;
}

#select5.Tristeza {
    top: 61%;
    left: 79%;
}

#select1b.Miedo {
    top: 60.8%;
    left: 8.15%;
}

#select2b.Miedo {
    top: 28.3%;
    left: 30.65%;
}

#select3b.Miedo {
    top: 39.6%;
    left: 46.15%;
}

#select4b.Miedo {
    top: 26.3%;
    left: 66.15%;
}

#select5b.Miedo {
    top: 62.3%;
    left: 73.65%;
}

#select1b.Rabia {
    top: 53.3%;
    left: 18.15%;
}

#select2b.Rabia {
    top: 48.3%;
    left: 43.15%;
}

#select3b.Rabia {
    top: 30.3%;
    left: 63.65%;
}

#select4b.Rabia {
    top: 61.3%;
    left: 71.65%;
}

#select1b.Tristeza {
    top: 37.3%;
    left: 5.15%;
}

#select2b.Tristeza {
    top: 58.3%;
    left: 25.65%;
}

#select3b.Tristeza {
    top: 61.3%;
    left: 54.15%;
}

#select4b.Tristeza {
    top: 31.5%;
    left: 74.65%;
}

#select5b.Tristeza {
    top: 61.3%;
    left: 79.15%;
}

/* -------------------- */

.links:hover {
    color: #FFDE00;
}

.negrita {
    font-family: 'Futura Md BT';
}

.voidSpace{
    display: block;
    margin: 10px 0;
}