/* Efectos basicos /. ************************************** */

.mal_tiembla {
	transition: all 200ms ease;
	animation: mal_tiembla 125ms ease-in-out infinite alternate;
}
@keyframes mal_tiembla {
 0% {
transform:rotateZ(-5deg);
}
 50% {
transform:rotateZ( 0deg) scale(.8);
border-color: red;
}
 100% {
transform:rotateZ( 5deg);
}
}
.mal_cabeza {
	transition: all 250ms ease;
	animation: mal_cabeza 250ms ease-in-out infinite alternate;
}
@keyframes mal_cabeza {
 0% {
 margin-left:0px;
}
 50% {
 margin-left:20px;
 border-color: red;
}
 100% {
 margin-left:-20px;
}
}
.bien_cabeza {
	transition: all 250ms ease;
	animation: bien_cabeza 250ms ease-in-out infinite alternate;
}
@keyframes bien_cabeza {
 0% {
 margin-top:0px;
}
 50% {
 margin-top:20px;
 border-color: green;
}
 100% {
 margin-top:-20px;
}
}
.mal_cabeza_R {
	transition: all 250ms ease;
	animation: mal_cabeza_R 250ms ease-in-out infinite alternate;
}
@keyframes mal_cabeza_R {
 0% {
 left:0px;
}
 50% {
 left:20px;
}
 100% {
 left:-20px;
 border-color: red;
}
}
.bien_cabeza_R {
	transition: all 250ms ease;
	animation: bien_cabeza_R 250ms ease-in-out infinite alternate;
}
@keyframes bien_cabeza_R {
 0% {
 top:0px;
}
 50% {
 top:20px;
}
 100% {
 top:-20px;
 border-color: green;
}
}
/* Escala */

.sca, .sca_child>* {
	transition: all 300ms ease;
}
.sca:hover, .sca_child>*:hover {
	transform: scale(1.1);
}
.sca:active, .sca_child>*:active {
	transform: scale(0.9);
}
/* Transicion en drag revert */
.animation {
	transition: all 250ms ease;
}
/* Botonera */
  
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #89380f;
}
/* Escala infinite*/
.agranda {
	transition: all 250ms ease;
	animation: agranda 800ms ease-out infinite alternate;
	cursor: pointer;
}
 @keyframes agranda {
 from {
 transform:scale(1);
}
 to {
 transform:scale(1.15);
 -webkit-box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
 -moz-box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
 box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
}
}
.off {
	visibility: hidden;
}
.encima {
	transform: scale(1.15);
	transition: all 250ms ease;
}
img.cerrar {
    position: absolute;
    top: -40px;
    right: -40px;
}

/* ./  ************************************** */
 
/* css para ocultar botonera*/
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #112D48;
}
/* /. */
 
 
input[type=checkbox] {
	width: 30px;
	height: 30px;
	position: absolute;
}  
/**/
.normas {
	position: absolute;
	top: 140px;
	right: 782px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
	transition: all 300ms ease;
}
.normas.atv {
	background-color: rgb(158, 0, 93);
} 
.actvi {
	position: absolute;
	top: 140px;
	right: 541px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
	transition: all 300ms ease;
}
.actvi.atv {
	background-color: rgb(158, 0, 93);
} 
.puntuacion {
	position: absolute;
	top: 140px;
	right: 321px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
	transition: all 300ms ease;
}
.puntuacion.atv {
	background-color: rgb(158, 0, 93);
} 
.normas:hover, .actvi:hover, .puntuacion:hover{
	transform: scale(1.1);
}
.normas:active, .actvi:active, .puntuacion:hover {
	transform: scale(0.9); 
}
 
/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 224px;
	left: -30px;
	width: 100%;
	z-index:100;
}
.videobox video{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 647px;
	right: 0px;
	margin: auto;
	border-radius: 25px;
	border: 13px solid #872C8B;
}
.cartel {
	position: absolute;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	left: 120px;
	right:0;
	text-align:center;
	min-width: 200px;
	max-width: 760px;
	z-index:101;
}
.titcartel {
	color: rgb(255, 255, 255);
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	background: rgb(19, 26, 45);
}
.titcartel h2{
	padding: 7px 10px 11px;
	border-radius: 7px;
	border: 3px dashed rgb(243, 236, 130);	
}
/* Finaliza codigo de video */

 

.txt_pop h1 {
    font-size: 55px;
    color: white;
}

.txt_pop div {
    text-align: left;
    margin-top: 29px;
}

.puntua {
    position: absolute;
    top: 310px;
    left: 60px;
}

.puntua img {
    margin: 0px 20px;
    transition:all ease 300ms;
    cursor:pointer;
}
.puntua img:hover {
    margin: 0px 20px;
    transform:scale(1.2);
}

img.textop {
    position: absolute;
    top: 233px;
    left: 282px;
}

.quist {
    position: absolute;
    top: 260px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 893px;
    background-color: rgb(255, 190, 103);
    color: white;
    font-size: 34px;
    padding: 32px 27px;
}


.pregunta {
    text-align: center;
    font-size: 43px;
    margin-bottom: 50px;
}
.respuestas label {
    display: block;
    margin-top: 24px;
}
.respuestas input {
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    top: 5px;
    left: 0px;
}

.titulo {
    position: absolute;
    top: 230px;
    left: 180px;
    background-color: #F29552;
    color: white;
    width: 1041px;
    font-size: 39px;
    padding: 6px;
    text-align: center;
    border-radius: 12px;
}

.media {
    position: absolute;
    top: 260px;
    padding: 41px;
    font-size: 22px;
    width: 100%;
    height: 318px;
}

.media img {
    margin-top: 20px;
    width: 60px;
    margin-bottom: -15px;
    transition:all 500ms ease;
    cursor:pointer;
}

.media img:hover {
	transform:scale(1.2); 
}


.media>div {
    width: 48%;
    float: left;
    text-align: center;
    margin: 11px;
}

.opc_vari>div {
    width: 29%;    float: left;    text-align: center;    
    margin: 9px;
    z-index: 1000;
}
.media>div>div {
    text-align: center;
    margin:auto;
}
.media>div label {
    display: block; 
    margin-top: 30px; 
    background-color: #F29552;
    color: white;
    width: 302px;
    height: 51px;
    font-size: 39px;

}
.media>div input {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    top: 8px;
    left: 0px;
    margin-left: 20px;
}

.rta {
    padding-left: 190px;
}

.tt_audio {
    padding: 3px 25px;
    background-color: rgb(242, 149, 82);
    max-width: 180px;
    color: white;
    font-size: 34px;
    text-align: center;
}

.malleido {
    position: absolute;
    bottom: -89px;
    left: 201px;
    z-index: 999!important;
	transition:all 300ms ease;	
}

.bienleido {
    position: absolute;    
    bottom: -93px;    
    right: 321px;
    z-index: 999!important;
	transition:all 300ms ease;	
}

.malleido img {
    width: 191px;

}
.bienleido img {
    width: 200px;
	
}
.animation{
	transition:all 200ms ease;	
}

.cur{
	transform:scale(1.3);
}

.drag>div {
    cursor: pointer;
}

.clickaqui {
    position: absolute;
    top: 617px;
    left: 514px;
    height: 38px;
    width: 172px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

div#botonera {
    z-index: 10500 !important;
}

.menu {
    position: absolute;
    top: 684px;
    left: 50px;
    width: 1200px;
    height: 100px;
}

.menu div img {
    transition: all 300ms ease;
    z-index:99;
    position: relative;
    
}
.menu div img:hover {
    transform: scale(1.2);
    z-index:100;
}

.menu div {
    float: left;
    margin-right: 5px;
}

.m6.off {
    visibility: hidden;
    pointer-events: none;
}

.m6 {
    margin-left: 33px;
}
.m7.off {
    visibility: hidden;
    pointer-events: none;
}
 
.drags {
    position: absolute;
    top: 481px;
    left: 70px;
    width: 1210px;
    /* background-color: white; */
    height: auto;
    text-align: center;
}

.drags>img {
    cursor: pointer;
}


.drags div {
    padding: 10px  30px;
    display: block;
    background-color: rgb(181, 109, 30);
    float: left;
    margin: 0px 11px 6px;
    font-size: 25px;
    width: 162px;
    text-align: center;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}

.suelta {
    position: absolute;
    width: 212px;
    left: 101px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 0.59);
    height: 53px;
    background-color: #D6D6D6;
    padding-top: 4px;
}

.a1 {
    top: 278px;
    left: 140px;
    font-size: 38px;
    text-align: center;
}
.a2 {
    top: 395px;
    left: 140px;
    font-size: 38px;
    text-align: center;
}
.a3 {
    top: 395px;
    left: 583px;
    font-size: 38px;
    text-align: center;
}
.a4 {
    top: 333px;
    left: 1018px;
    font-size: 38px;
    text-align: center;
}
.a5 {
    top: 451px;
    left: 1018px;
    font-size: 38px;
    text-align: center;
}


.c1 {
    top: 329px;
    left: 152px;
    font-size: 38px;
    text-align: center;
}
.c2 {
    top: 446px;
    left: 153px;
    font-size: 38px;
    text-align: center;
}
.c3 {
    top: 288px;
    left: 585px;
    font-size: 38px;
    text-align: center;
}
.c4 {
    top: 446px;
    left: 584px;
    font-size: 38px;
    text-align: center;
}
.c5 {
    top: 329px;
    left: 1020px;
    font-size: 38px;
    text-align: center;
}
.c6 {
    top: 446px;
    left: 1020px;
    font-size: 38px;
    text-align: center;
}




.f1 {
    top: 329px;
    left: 152px;
    font-size: 38px;
    text-align: center;
}
.f2 {
    top: 446px;
    left: 153px;
    font-size: 38px;
    text-align: center;
}
.f3 {
    top: 288px;
    left: 585px;
    font-size: 38px;
    text-align: center;
}
.f4 {
    top: 387px;
    left: 584px;
    font-size: 38px;
    text-align: center;
}
.f5 {
    top: 329px;
    left: 1020px;
    font-size: 38px;
    text-align: center;
}
.f6 {
    top: 388px;
    left: 1020px;
    font-size: 38px;
    text-align: center;
}
 
.g1 {
    top: 243px;
    left: 292px;
    font-size: 38px;
    text-align: center;
    width: 1013px;
}
.g2 {
    top: 322px;
    left: 235px;
    font-size: 38px;
    text-align: center;
    width: 1070px;
}
.g3 {
    top: 400px;
    left: 341px;
    font-size: 38px;
    text-align: center;
    width: 964px;
}
.g4 {
    top: 511px;
    left: 802px;
    font-size: 38px;
    text-align: center;
}
.g5 {
    top: 307px;
    left: 584px;
    font-size: 38px;
    text-align: center;
}
.g6 {
    top: 381px;
    left: 584px; 
    font-size: 38px;
    text-align: center;
}
.g7 {
    top: 451px;
    left: 585px;
    font-size: 38px;
    text-align: center;
}
.g8 {
    top: 324px;
    left: 918px;
    font-size: 38px;
    text-align: center;
}
.g9 {
    top: 378px;
    left: 1120px;
    font-size: 38px; 
    text-align: center;
}
.g10 {
    top: 432px;
    left: 918px;
    font-size: 38px;
    text-align: center;
}
 


.preguntas {
    position: absolute;
    font-size: 51px;
    color: #370050;
}

.preguntas>div {
    cursor: pointer;
}

.ps1 {
    top: 380px;
    left: 137px;
    width: 1070px;
    font-size: 42px;
}

h1.intro-preguntas {
    position: absolute;
    top: 290px;
    left: 0px;
    right: 0px;
    margin: auto;
    min-width: 720px;
    text-align: center;
    color: #370050;
}