@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html {
	padding: 0;
	margin: 0;
	background-image: url(../imagenes/fondo-repite.jpg);
	background-attachment: fixed;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #666;
}
.error-coloca {
	background-image: url(../imagenes/error.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100000;
	height: 90px;
	width: 90px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -50px;
	margin-top: 350px;
	
}
.correcto-coloca {
	background-image: url(../imagenes/correcto.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100000;
	height: 90px;
	width: 90px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -50px;
	margin-top: 350px;
	
}


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
	
}
img{opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;}
	
.img:hover{	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	border: 0px;
	cursor:pointer;
	}
	
.enhorabuena {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000000000;
	background-image: url(../imagenes/fondo-interes.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.enhorabuena-botones a {
	color: #FFF;
	text-decoration: none;
}

.enhorabuena-contenedor {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 200px;
	padding-left: 80px;
}
.enhorabuena-botones {
	height: 80px;
	width: 100%;
}

.mal {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000000000;
	background-image: url(../imagenes/fondo-interes.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.mal-botones a {
	color: #FFF;
	text-decoration: none;
}

.mal-contenedor {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 200px;
	padding-left: 80px;
}
.mal-botones {
	height: 80px;
	width: 100%;
}

.repetir {
	background-color: #FF380A;
	width: 200px;
	border-radius: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/ico-juegos.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 30px;
	margin-top: 10px;
}
.siguiente {
	background-color: #86A629;
	width: 200px;
	border-radius: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/ico-juegos.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 30px;
	margin-top: 10px;
}

.comprobar-resultado {
	background-color:#00FFFF;
	width: 200px;
	border-radius: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/ico-juegos.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 30px;
}

.cabecera {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../imagenes/titulo-ordenar-frase.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 160px;
}
.titulos {
	width: 650px;
	float: left;
	height: auto;
}

.titulos h1 {
	font-size: 2.2em;
	color: #C8271B;
	color: #CC2D20;
	margin: 0px;
	padding-left: 150px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-shadow: 5px 5px 5px #ffffff;
}
.titulos h2 {
	font-size: 1.5em;
	color: #333333;
	padding-top: 0px;
	margin: 0px;
	padding-left: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-shadow: 5px 5px 5px #ffffff;
	font-weight: bolder;
}
.tiempo {
	height: auto;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 70px;
	right: 150px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.intentos {
	height: auto;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 70px;
	right: 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
}

.cerrar {
	height: auto;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}


.letrero {
	font-size: 0.2em;
	font-weight: bold;
	text-transform: none;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.numero {
	background-color: #CC2D20;
	height: 112px;
	width: 112px;
	font-size: 2.7em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	margin-top: 7px;
	text-align: center;
	vertical-align: middle;
	border: 13px solid #932117;
	padding: 10px;
}

.numero4 {
	background-color: transparent;
	border: 0px solid #CC2D20;
	font-size: 1em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.ayuda {
	background-color: #72CCFA;
	height: 70px;
	width: 70px;
	position: absolute;
	top: 150px;
	border-radius: 50%;
	/*right: 20px;*/
	left: 10px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	background-image: url(../../img/interrogacion.png);
	background-repeat: no-repeat;
	background-position: center;
}
.centrar {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top:50px;
}


.md-modal {
	position: fixed;
	top: 53%;
	left: 50%;
	width: 100%;
	max-width: 60%;
	min-width: 95%;
	height: auto;
	z-index: 100000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.md-close {
	float: right;
	position: absolute;
	z-index: 1000;
	right: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../imagenes/fondo-repite.jpg);
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.contenedor-img-video {
	width: 100%;
	height: auto;
	text-align: center;
}
.contenedor-img-video-reglas {
	width: 100%;
	height: auto;
}
#video-reglas {
	width: 40%;
	float: left;
	margin-bottom: 50px;
}
.texto {
	float: right;
	width: 60%;
	line-height: 30px;
}

.imagen {
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#video-ayuda {
	width: 40%;
}


/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../../img/fondo.jpg);
	background-position: center center;
	background-color: #FFF;
	border: 10px dashed #7CA3A6;
	font-size: 1.3em;
	font-weight: lighter;
	text-align: justify;
	border-radius: 20px;
	padding: 10px;
	color: #333;
	background-repeat: no-repeat;
	float: right;
	width: 100%;
}
.md-content h3 {
	font-size: 2em;
	border-radius: 3px 3px 0 0;
	color: #CC2D20;
	text-shadow: 3px 3px 3px #fff;
	padding-top: 2em;
	padding-right: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 3.5em;
	background-image: url(../imagenes/titulo-ordenar-frase.png);
	background-repeat: no-repeat;
}
.md-content h4 {
	margin: 0;
	font-size: 2.4em;
	border-radius: 20px;
	color: #FFFFFF;
	background-color: #CC2D20;
	background-image: url(../../img/fondo-botones.png);
	padding: 0.2em;
}

.contenedor {
	width: 100%;
	border: 5px dashed #7CA3A6;
	height: auto;
	border-radius: 20px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.6);
	float: right;
	text-align: center;
	
}

.letras {
	height: 70px;
	width: 70px;
	background-color: #FFF;
	border: 2px solid #7CA3A6;
	border-radius:10px;
}
.color {
	height: 70px;
	width: 70px;
	background-color: #AED635;
	border: 2px solid #7CA3A6;
	border-radius: 10px;
}
.signo {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #CFE787;
	float: left;
	position: relative;
}
.signo2 {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #D53A2A;
	float: left;
	position: relative;
}

@media screen and (max-width: 64em) {

}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.card-container3 {
	top: 0;
	left: 0;
	width: 89%;
	height: 190px;
	border-radius: 20px;
	color: white;
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
	z-index: 10;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin-left: auto;
	margin-top: 5px;
	background-color: #80AC3F;
	background-image: url(../imagenes/fondo-botones.png);
	margin-bottom: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}


.card-container2 {
	top: 0;
	left: 0;
	width: 89%;
	height: 190px;
	border-radius: 20px;
	color: white;
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
	z-index: 10;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	cursor: all-scroll;
	margin-left: auto;
	margin-top: 5px;
	background-color: #5FC4FA;
	background-image: url(../imagenes/fondo-botones.png);
	margin-bottom: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.card-container-video {
	width: 99%;
	height: 160px;
	background-color: #FFF;
	padding: 10px;
	border-radius: 20px;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.linea {
	width: 100%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 10px dashed #7CA3A6;
	height: 1px;
}
.numero4 {
	background-color: transparent;
	border: 0px solid #CC2D20;
	font-size: 1em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.numero2 {
	background-color: #27AEF8;
	height: 50px;
	width: 50px;
	font-size: 2em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	margin-top: 7px;
	text-align: center;
	vertical-align: middle;
	border: 3px solid #056DA5;
	padding: 5px;
	position: absolute;
	right: 0px;
	z-index: 100;
	top: -15px;
	font-weight: bolder;
}
.lineas {
	border: 5px dashed #76231D;
}
#columns {
	margin: 10px;
}

.column {
	width: 23%;
	height: 210px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px #000;
	-ms-box-shadow: inset 0 0 3px #000;
	box-shadow: inset 0 0 3px #000;
	text-align: center;
	cursor: move;
	background-color: #CC2E20;
	background-image: url(../imagenes/fondo-botones.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float: left;
	margin: 5px;
}
.column img {
	height: 150px;
	width: 95%;
	margin-top: 20px;
}

.column2 {
	width: 23%;
	margin: 1.4%;
	height: 210px;
	float: left;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px #000;
	-ms-box-shadow: inset 0 0 3px #000;
	box-shadow: inset 0 0 3px #000;
	text-align: center;
	cursor: move;
	background-color: #7FC645;
	margin: 5px;
	background-image: url(../imagenes/fondo-botones.png);
}
.column.over {
  border: 2px dashed #000;
}
.column header {
  text-shadow: #000 0 1px;
  box-shadow: 5px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
