

/******************************************/
/***********Primera Secuencia**************/
/******************************************/
#contentdrag, #contentdrag2 {
    float: none;
    margin: 0 auto;
    position: absolute;
    display: none;
    z-index: 9;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#DragElement, #DragElement2 {
    width: 300px;
    float: none;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 9;
    margin-top: 30%;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
    display: none;

}

.Disable-drag {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

#imagessDrag, #imagessDrag2 {
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
}

#resizevideoStreaming, #resizevideoStreaming2, #resizevideoStreaming3, #resizevideoStreaming4, #resizevideoStreaming5, #resizevideoStreaming6, #resizevideoStreaming7, #resizevideoStreaming8, #resizevideoStreaming9, #resizevideoStreaming10, #resizevideoStreaming11, #resizevideoStreaming12, #resizevideoStreaming13, #resizevideoStreaming14, #resizevideoStreaming15, #resizevideoStreaming16, #resizevideoStreaming17, #resizevideoStreaming18, #resizevideoStreaming19, #resizevideoStreaming20, #resizevideoStreaming21, #resizevideoStreaming22 {
    width: 100%;
    max-width: 900px;
}


.video-container {
    position:relative;
    padding-bottom:56.25%;
    
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}



#stats {
    display: none;
}

#canvas, #canvas2 {
    position: absolute;
    z-index: 99999;
    left: 0px;
    display: none;
}

.ContentFullVideo {
    /*  overflow: hidden;*/
}

    .ContentFullVideo img {
        width: auto;
    }

/******************************************/
/***********FIN Primera Secuencia**********/
/******************************************/


/******************************************/
/***********    Segunda Secuencia**********/
/******************************************/



.openModal, .openModalYellow {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 999999;
}


.IntModal {
    background: url("/assets/images/game-drag/bg-semi-transp.png");
    width: 70%;
    margin: 0 auto;
    float: right;
    height: 100%;
    position: relative;
}

    .IntModal h2 {
        margin-top: 80px;
        color: #fff;
    }

    .IntModal p {
        color: #fff;
        font-size: 12px;
        width: 90%;
        margin-left: 5%;
    }

.modalImgA {
    width: 393px;
}

.modalImgB {
    width: 150px;
}


.closeIntmodal {
    position: absolute;
    top: 5px;
    right: 5px;
}

/******************************************/
/*********** FIN Segunda Secuencia**********/
/******************************************/





/******************************************/
/***********Drag & Drop Game******3ª secuencia*********/
/******************************************/

#PlayDrag {
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: red;
    width: 30%;
    left: 36%;
    height: 50px;
    top: 27%;
}


#panelJuego, #panelJuego2 {
    position: absolute;
    z-index: 9;
    background: url('../../assets/images/game-drag/bg-semi-transp.png') repeat;
    width: 75%;
    height: 100%;
    right: -100%;
    -webkit-transition: right 1.5s ease 1.2s;
    -moz-transition: right 1.5s ease 1.2s;
    -ms-transition: right 1.5s ease 1.2s;
    -o-transition: right 1.5s ease 1.2s;
    transition: right 1.5s ease 1.2s;
}

    #panelJuego.active {
        right: 0;
    }

    #panelJuego2.active {
        right: 0px;
    }

#resize11 {
    overflow: hidden;
    position: relative;
}

.dropContent {
    border: 2px dashed #fff;
    width: 122px;
    height: 26px;
    -ms-border-radius: 17px;
    border-radius: 17px;
}

.dragOption {
    width: 126px;
    height: 30px;
    background-color: #fff;
    color: #4f4f4f;
    float: left;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px;
    font-size: 10px;
    -ms-border-radius: 17px;
    border-radius: 17px;
}
#resize11 .dragOption {
   margin: 5px 1.5px 5px 3.5px;
    
}

    .dragOption p {
        margin: 0;
        width: 100%;
        text-align: center;
    }

#GameDragDropImg, #GameDragDropImg2 {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    float: none;
    top: 10px;
    left: 42%;
    width: 13%;
}

.GameDrop {
    position: relative;
    z-index: 2;
    width: 100%;
}

.GameDrag {
    z-index: 3;
    position: absolute;
    top: 29px;
}



.ContainerDragDrop {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 100px;
}

#drop1, #drop01 {
    position: absolute;
    top: 28px;
    left: 10%;
    /* background: url(../../assets/images/game-drag/drop-left.png) no-repeat left top;*/
}

#drop2, #drop02 {
    position: absolute;
    top: 60px;
    right: 10%;
}

#drop3, #drop03 {
    position: absolute;
    top: 99px;
    left: 10%;
}

#drop4, #drop04 {
    position: absolute;
    top: 130px;
    right: 10%;
}


#drop5, #drop05 {
    position: absolute;
    top: 180px;
    left: 10%;
}

#drop6, #drop06 {
    position: absolute;
    top: 200px;
    right: 10%;
}

#drop7, #drop07 {
    position: absolute;
    top: 250px;
    left: 10%;
}

.juegoBotonera {
    position: absolute;
    bottom: 10px;
    right: 1px;
    width: 50%;
    z-index: 99999999999999999;
}

    .juegoBotonera input {
        background-color: #00a788;
        color: #ffffff;
        border: none;
        -webkit-appearance: none;
        padding: 5px 10px;
        margin: 0px 4px;
        font-size: 13px;
        -ms-border-radius: 13px;
        border-radius: 13px;
    }

.DescriptionGaming {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #000000;
    text-align: center;
    /*  padding: 10px 0;*/
}

    .DescriptionGaming p {
        color: #ffffff;
        display: inline;
        font-size: 12px;
        padding: 6px 0 2px 0;
        margin-bottom: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

#bntReset, #bntReset2 {
    float: right;
}

#bntContinue, #bntContinue2 {
    float: right;
    display: none;
}

/******************************************/
/***********Drag & Drop Game***************/
/******************************************/


/******************************************/
/***********Selección Secuencia*******4ª secuencia********/
/******************************************/

#SelecTionPanel {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
}

#SelecTionPanel p {
    position: relative;
    margin-top: 0;
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 1.3em;
    background: #000;
    padding: 10px 0 5px 0;
}
.DescriptionEnd {
    width: 100%;
    position: absolute;
    top: -40px;
}
#selectionA {
    display: none;
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 100px;
    cursor: pointer;
}

    #selectionA img {
        max-width: 172px;
        width: 100%;
    }

#selectionB {
    display: none;
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 100px;
    cursor: pointer;
}


    #selectionB img {
        max-width: 172px;
        width: 100%;
    }

#FinalSelecctionA p.titular, #FinalSelecctionB p.titular {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    padding: 7px 5px;
    line-height: 1;
}

#FinalSelecctionA {
    display: none;
    /* background: url('../../assets/images/game-drag/bg-semi-transp.png') repeat;*/
    position: absolute;
    z-index: 999;
    width: 42%;
    top: 10%;
    font-size: 11px;
    padding: 9px 5px;
}

    #FinalSelecctionA p, #FinalSelecctionB p {
        color: #fff;
        font-size: 13px;
        padding: 0px 5px;
    }

#FinalSelecctionB {
    display: none;
    /* background: url('../../assets/images/game-drag/bg-semi-transp.png') repeat;*/
    position: absolute;
    z-index: 999;
    width: 42%;
    top: 10%;
    font-size: 11px;
    padding: 9px 5px;
}

/******************************************/
/***********Selección Secuencia************/
/******************************************/

/******************************************/
/***********Selección Camara***************/
/******************************************/

#SelectorCamera, #SelectorCamera2 {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 999;
}

    #SelectorCamera img, #SelectorCamera2 img {
        width: auto;
    }

#Camera1, #Camera2, #Camera3, #Camera1_1, #Camera2_1, #Camera3_1 {
    float: left;
    width: 31.3%;
    text-align: center;
    cursor: pointer;
}

/******************************************/
/***********FIM Selección Camara***********/
/******************************************/


/******************************************/
/***********Selección Color ***************/
/******************************************/


#contetShowColor, #contetShowColor2 {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 999;
}

    #contetShowColor img, #contetShowColor2 img {
        width: auto;
    }

#Color1, #Color2, #Color3 {
    float: left;
    width: 33.3%;
    text-align: center;
    cursor: pointer;
}



.jw-media video.othersize {
    position: absolute;
    width: 200% !important;
    height: 844px !important;
    top: -100% !important;
    background: transparent;
    -webkit-transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
    bottom: inherit !important;
    right: inherit !important;
    left: 0 !important;
}

    .jw-media video.othersize.Second {
        height: 864px !important;
        position: absolute;
        width: 200% !important;
        top: -100% !important;
        background: transparent;
        -webkit-transform: scale(1, 1) !important;
        -moz-transform: scale(1, 1) !important;
        -ms-transform: scale(1, 1) !important;
        -o-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
        bottom: inherit !important;
        right: inherit !important;
        left: 0 !important;
    }

    .jw-media video.EDGE.othersize.Second {
          top: -110% !important;
    }

    .jw-media video.EDGE.othersize.OtherBlue {
        top: -10% !important;
    }
    .jw-media video.EDGE.othersize.OtherRed {
        top: -10% !important;
    }
    .centralFull.home.FullEDGE {
        background-size:auto 137%;
    }
    



    .jw-media video.othersize.OtherRed {
        top: 100% !important;
        left: -99.9% !important;
    }

    .jw-media video.othersize.OtherBlue {
        top: 100% !important;
    }

#colorVideoBlue, #colorVideoRed, #colorVideoNormal, #colorVideoBlue2, #colorVideoRed2, #colorVideoNormal2 {
    width: 31.3%;
    text-align: center;
    cursor: pointer;
}

    #colorVideoBlue img, #colorVideoRed img, #colorVideoNormal img {
        width: 100%;
        max-width: 212px;
    }


/******************************************/
/***********FIN Selección Color************/
/******************************************/

/*Estilos JS count down*/


#clockdiv, #clockdiv2 {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    position: absolute;
    z-index: 999999;
    right: 0px;
    display: none;
}

    #clockdiv > div, #clockdiv2 > div {
        padding: 10px;
        display: inline-block;
    }

    #clockdiv div > span, #clockdiv2 div > span {
        padding: 15px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        border: 3px solid #008080;
        display: inline-block;
    }

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

p {
    width: 100%;
}


/**************CSS for Iphone****************/

.iphone .home {
    background: url("/assets/images/temporalimg/bg-001.jpg") no-repeat center bottom;
}


.iphone #scrollto-section-1 .firstBannerHome {
    background: url("/assets/images/background/bg-header.png");
    position: relative;
    top: 50px;
}



.iphone #myElement2 {
    position: relative;
    top: 0px;
}

.iphone #myElement3 {
    position: relative;
    top: 0px;
}

.iphone #myElement4 {
    width: 350px;
    top: 0px;
}

.iphone #myElement5 {
    width: 350px;
    top: -0px;
}

.iphone #myElement6 {
    width: 350px;
    top: 0px;
}




.section-bullets li a:hover {
    background: url("/assets/images/background/bg-header.png");
}



.cbp .cbp-item img {
    width: 50%;
    float: left;
    text-align: center;
}
/******************************************************/
/*********Seccion Externa Role PLay********************/
/******************************************************/

/************Dsiposicion juego********************/
.ContentFullVideo {
    position: relative;
}


.Game1, .Game2, .Game3 {
    left: -400%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30px;
    z-index: 2;
    overflow: hidden;
    background: url('/assets/images/roleplay/bg-content.png') no-repeat left center;
    padding-left: 70px;
    -webkit-transition: left 3s ease 0s;
    -moz-transition: left 3s ease 0s;
    -ms-transition: left 3s ease 0s;
    -o-transition: left 3s ease 0s;
    transition: left 3s ease 0s;
}

    .Game1.ActiveGame, .Game2.ActiveGame, .Game3.ActiveGame {
        left: 0px;
        top: 0px;
        -webkit-transition: left 3s ease 0s;
        -moz-transition: left 3s ease 0s;
        -ms-transition: left 3s ease 0s;
        -o-transition: left 3s ease 0s;
        transition: left 3s ease 0s;
    }







        .Game1.ActiveGame h2, .Game2.ActiveGame h2, .Game3.ActiveGame h2 {
            left: 0px;
        }

    .Game1 h2 {
        position: relative;
        left: -100%;
        color: #e39f00;
        font-size: 30px;
        width: 450px;
        margin: 50px 0px;
        -webkit-transition: left 3s ease 0s;
        -moz-transition: left 3s ease 0s;
        -ms-transition: left 3s ease 0s;
        -o-transition: left 3s ease 0s;
        transition: left 3s ease 0s;
    }

    .Game2 h2, .Game3 h2 {
        position: relative;
        left: -100%;
        color: #e39f00;
        font-size: 30px;
        width: 450px;
        margin: 50px 0px 30px 0px;
        -webkit-transition: left 3s ease 0s;
        -moz-transition: left 3s ease 0s;
        -ms-transition: left 3s ease 0s;
        -o-transition: left 3s ease 0s;
        transition: left 3s ease 0s;
    }

.Selecction {
    height: 50px;
    color: #fff;
    margin-bottom: 20px;
}

.Question {
    height: 50px;
    color: #fff;
    margin-bottom: 20px;
}

.imgGame1 {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.OptionsGame1 a {
    margin-left: 5px;
}


.OptionsGame1 p, .OptionsGame2 p, .OptionsGame3 p {
    margin: 12px 5px;
    float: left;
    font-size: 20px;
    width: 380px;
    text-align: left;
}

.Continuar {
    margin-left: 340px;
    font-size: 24px;
    color: #e39f00;
    background: url('/assets/images/roleplay/icon-arrow-right.png') no-repeat right center;
    font-family: 'arial';
    padding-right: 20px;
    width: 131px;
    position: absolute;
    bottom: 20px;
    left: -100%;
    cursor: pointer;
    -webkit-transition: left 1s ease 0s;
    -moz-transition: left 1s ease 0s;
    -ms-transition: left 1s ease 0s;
    -o-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
}

    .Continuar.Active {
        left: 0px;
    }


.Continuar3 {
    margin-left: 350px;
    font-size: 24px;
    color: #e39f00;
    background: url('/assets/images/roleplay/icon-arrow-right.png') no-repeat right center;
    font-family: 'arial';
    padding-right: 20px;
    width: 111px;
    position: absolute;
    bottom: 50px;
    left: -100%;
    cursor: pointer;
    -webkit-transition: left 1s ease 0s;
    -moz-transition: left 1s ease 0s;
    -ms-transition: left 1s ease 0s;
    -o-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
}

    .Continuar3.Active {
        left: 0px;
    }


.ImgQuestion, .ImgQuestion2, .ImgQuestion3 {
    position: absolute;
    right: -150%;
    width: 200px;
    height: 200px;
    -webkit-transition: right 1s ease 0s;
    -moz-transition: right 1s ease 0s;
    -ms-transition: right 1s ease 0s;
    -o-transition: right 1s ease 0s;
    transition: right 1s ease 0s;
}


    .ImgQuestion.Active, .ImgQuestion2.Active, .ImgQuestion3.Active {
        right: 33px;
        bottom: -35px;
        display: block;
    }


.Game2 .Question:hover .imgGame2, .Game3 .Question:hover .imgGame3 {
    background-position: 0px -130px;
}

.Game1 .Question .imgGame1.check, .Game2 .Question .imgGame2.check, .Game3 .Question .imgGame3.check {
    background-position: 0px -130px;
}

.Game2 .Continuar, .Game3 .Continuar {
    margin-left: 410px;
}

.ActiveGame {
    -webkit-transition: left 1s ease 0s;
    -moz-transition: left 1s ease 0s;
    -ms-transition: left 1s ease 0s;
    -o-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
}

.Selecction.ani1, .Selecction.ani2, .Selecction.ani3 {
    position: relative;
    left: -100%;
    -webkit-transition: left 1s ease 0s;
    -moz-transition: left 1s ease 0s;
    -ms-transition: left 1s ease 0s;
    -o-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
}

    .Selecction.ani1.Active, .Selecction.ani2.Active, .Selecction.ani3.Active {
        left: 0px;
        -webkit-transition: left 1s ease 0s;
        -moz-transition: left 1s ease 0s;
        -ms-transition: left 1s ease 0s;
        -o-transition: left 1s ease 0s;
        transition: left 1s ease 0s;
    }

a {
    cursor: pointer;
}


.Game1 .imgGame1, .Game2 .imgGame2, .Game3 .imgGame3 {
    background: url('/assets/images/roleplay/icon-check-on-off.png') no-repeat top left;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.Question.ani1, .Question.ani2, .Question.ani3, .Question.ani4 {
    left: -100%;
    position: relative;
    -webkit-transition: left 1s ease 0s;
    -moz-transition: left 1s ease 0s;
    -ms-transition: left 1s ease 0s;
    -o-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
}

    .Question.ani1.Active, .Question.ani2.Active, .Question.ani3.Active, .Question.ani4.Active {
        left: 0px;
        -webkit-transition: left 1s ease 0s;
        -moz-transition: left 1s ease 0s;
        -ms-transition: left 1s ease 0s;
        -o-transition: left 1s ease 0s;
        transition: left 1s ease 0s;
    }

.Game3 .Question {
    width: 465px;
}

.OptionsGame3 {
    width: 390px;
    float: left;
}

.check .CheckOK {
    display: block;
    position: absolute;
    left: 31px;
    bottom: 1px;
}

.CheckOK {
    display: none;
}
/***************MODAL************************/


.contentModal {
    /*background: #fff;*/
    position: relative;
    width: 82%;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 63px;
}

.acierto {
    color: #91b215;
    font-size: 1.8em;
}

.fallo {
    color: #a52a2a;
    font-size: 1.8em;
}

.contentModal.Correction p {
    color: #c0c0c0;
}

.contentModal.Correction {
    background: #ffffff;
    padding: 40px;
    color: #e39f00;
    color: #e39f00;
    margin-top: 150px;
    margin-top: 150px;
}

.contentModal img {
    padding: 10px;
    background: #ffffff;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.ContentFlip {
    height: 500px;
}

.contentModal .info {
    width: 100%;
    background: #FFF;
}

.TopModal {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #000;
    color: #fff;
    font-size: 1.5em;
}

.TopModalImg {
    width: 15%;
}

    .TopModalImg img {
        width: 80%;
    }

.TopModalText {
    width: 80%;
    margin-top: 20px;
}

.topModal h2 {
    color: #508988;
    font-size: 1.6em;
    text-align: center;
    width: 105%;
    margin: 34px 0px 45px 70px;
}

.topModal span {
    color: #91b215;
    font-size: 1.4em;
}

.Reload {
    display: none;
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 20px;
    background: #a3bf48;
    padding: 11px 9px;
}

.repeat {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px 5px 27px;
    background: url('../images/roleplay/reload.png') no-repeat center left;
}


#resize6 .jwplayer {
    position: absolute;
    top: 0px;
}

/*************video interactivo 2 **************/

#imagesDrag2 {
    display: inline;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 100%;
    display: none;
}

#imagesDrag {
    display: inline;
    width: 100%;
    position: absolute;
    left: 0px;
    display: none;
}

#DragElement2 .ui-draggable {
    display: none;
}

#resize12 {
    overflow: hidden;
}

#dialog5 .ContentFullVideo {
    overflow: hidden;
}

/***********Formulario de contacto******************/


/*********************No PC Videos**********************/

.Portfolio .Nopc {
    display: block !important;
}
.Nopc {
    display: none !important;
}
.imgVideo {
    display: none;
}


/*********************No PC VideosresizevideoStreaming*/

/*#boxes .close {
    background: url(/assets/quovideo/images/background/close.png) no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -55px;
    right: 3px;
    font-size: 0;
    font-family: 'latoblack';
    z-index: 9999;
    cursor: pointer;
}*/