@import url("fonts/fonts.css");


*{
	margin: 0;
	padding: 0;
}

body{
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 15px;
}

img{
	width: 100%;
}

header{
	
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 200px;
}

nav{
	margin-top: 100px;
}

nav a{
	font-size: 2em;
	font-family: 'TE';
	text-decoration: none;
	color: #FFF;
	text-align: center;
}

@media (max-width: 1200px) {
	nav{
		margin-top: 50px;
	}
	nav a{
		font-size: 1.5em;
	}
}

@media (max-width: 992px) {

	

	nav a{
		font-size: 1.1em;
	}
}

@media (max-width: 768px) {
	nav{
		margin-top: 20px;
	}

	nav a{
		font-size: 1.5em;
	}
}

@media (max-width: 576px) {

	nav a{
		font-size: 1.1em;
	}
}

nav hr{
	height: 1px;
	border: none;
	background-color: #FFF;
	width: 0px;
	transition: width 0.5s ease-in;
}

nav .col-3:hover hr{
	width: 100%;
}

section{
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
	
}

h2{
	font-family: 'TE';
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	text-align: right;
}

.bl{
	background-color: rgba(0,0,0,0.8);
}

.small{
	margin-top: -200px;
}

@media (max-width: 992px) {
	.small{
		margin-top: 10px;
	}
}

.shadow{
	box-shadow: 2px 3px 5px 1px rgba(111,176,180,0.5);
		-webkit-box-shadow: 2px 3px 5px 1px rgba(111,176,180,0.5);
	    -moz-box-shadow: 2px 3px 5px 1px rgba(111,176,180,0.5);
}

.text{
	color: #FFF;
	font-size: 1.1em;
	font-family: Georgia;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: justify;
	line-height: 1.5em;

}

button, input[type="submit"]{
	background-color: transparent;
	border: 1.5px solid #FFF;
	border-radius: 5px;
	padding: 15px 30px;
	font-family: Georgia;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	margin: 30px 0px;
	transition: background-color 0.5s linear;
	cursor: pointer;
}

button:hover, input[type="submit"]:hover{
	background-color: rgba(255,255,255,0.3);
}

.frag{
	text-indent: 15px;
	background-color: #000;
	margin-top: 30px;
	padding: 30px;
	color: rgba(111,176,180,1);
	border: 10px double rgba(111,176,180,0.5);
	margin-bottom: 100px;
}

h3{
	font-family: 'TE';
	font-size: 1.5em;
	width: 100%;
	border-bottom: 1px solid #FFF;
	margin: 15px 0px;

}

.count{
	text-align: center;
	font-family: 'TE';
	font-size: 1.5em;
	width: 40%;
	margin: 30px auto ;
	text-align: center;
}

@media (max-width: 1200px) {
	.count{
		width: 50%;
	}
}

@media (max-width: 768px) {
	.count{
		width: 100%;
	}
}

.count-in{
	font-size: 0.7em;
	margin-bottom: 10px;
}

.b-esc{
	font-family: 'TE';
	border: none;
	background-color: rgba(111,176,180,0.3) ;
	margin-bottom: 10px;
}

.b-esc:hover{
	background-color: rgba(111,176,180,0.8) ;
}

.nota{
	color: #FFF;
	margin-top: -20;
}

.nota a{
	color: rgba(111,176,180,0.5);
	transition: color 0.5s ease-in;
	text-decoration: none;
}

.nota a:hover{
	color: rgba(111,176,180,1);
}

.header-esc{
	margin-bottom: 30px;
}

h1{
	font-family: 'TE';
	color: #FFF;
	font-size: 2.5em;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
}

span{
	font-family: 'TE';
	font-size: 1.5em;
	color: rgba(111,176,180,1);
}

.acceso{
	width: 40%;
	margin: 30px auto;
}

input[type="email"], input[type="password"], input[type="text"], input[type="number"]{
	border: none;
	border-bottom: 2px solid rgba(111,176,180,0.5);
	width: 100%;
	background-color: transparent;
	transition: all 0.5s ease-in;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 20px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="number"]:focus{
	border-bottom: 2px solid rgba(111,176,180,1);
	outline: none;
}


.logout{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background-color: rgba(0,0,0,0.5) ;
	border-radius: 5px;
	text-transform: uppercase;
	
	padding: 15px 20px;
}

.logout a{
	color: #FFF;
	text-decoration: none;
}

.enigma-img{
	width: 90%;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.calles{
	background-color: rgba(255,255,255,0.7);
	
}


.calles .col{
	height: 95px;
}

.punto{
	background-color: rgba(111,176,180,0.8);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: auto;
	margin-top: 50%;
}



.punto.hab{
	cursor: pointer;
	transition: background-color 0.3s linear;
}

.punto.hab:hover{
	background-color: #35686B;
}

.punto.marcado{
	border: 4px solid #000;
	background-color: #35686B !important;
}

.punto.pasado{
	background-color: #35686B !important;
}




.linea-v{
	position: absolute;
	width: 5px;
	left: 47%;
	top: 50%;
	background-color: #35686B;
	height: 0;
	transition: height 0.5s linear;
	z-index: 1;
}

.coll .linea-v{
	padding: 0;
	margin: 0;
	position: relative !important;
	top: 50% !important;
	left: 40% !important;
}

.coll .linea-h{
	padding: 0;
	margin: 0;
	position: relative !important;
	top: 40% !important;
	left: 50% !important;
}

.linea-v.mostrada{
	height: 100%;
}

.coll .linea-v.mostrada{
	height: 100px;
}

.linea-h{
	position: absolute;
	height: 5px;
	left: 50%;
	top: 45%;
	background-color: #35686B;
	width: 0;
	transition: width 0.5s linear;
	z-index: 1;
}

.linea-h.mostrada{
	width: 100%;
}

.coll .linea-h.mostrada{
	width: 100px;
}




.mapa{
	/*background-image: url('../enigmas/j2/j22.png');
	background-size: 100%;*/
	position: relative;
	top: -150px;
}

/*.mapa .col{
	width: 50px !important;
	height: 179px;
	display: inline-block;
}*/

.roww{
	width: 650px;
	margin: 0 auto;
	padding: 0;
}

.coll{
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

.punto.oc{
	background-color: transparent;
}




.linea-an{
	position: relative;
	height: 5px;
	left: 70%;
	top: 35%;
	background-color: #35686B;
	width: 0;
	transform-origin: 0 0 0;
	transform: rotate(45deg);
	transition: all 0.5s linear;
}

.linea-ang{
	position: relative;
	height: 5px;
	left: 50%;
	top: 30%;
	background-color: #35686B;
	width: 0;
	transform-origin: 0 0 0;
	transform: rotate(135deg);
	transition: all 0.5s linear;
}

.linea-an.mostrada, .linea-ang.mostrada{
	width: 140px;
}

.col.edif{
	background-color: grey;
}

.col.lag{
	background-image: url('../enigmas/j2/lag.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.col.son{
	background-image: url('../enigmas/j2/son.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.mapa .linea-h{
	top: 42%;

}

.mapa .linea-v{
	top: 42%;
	left: 48%;
}






@media (max-width: 1050px) {
	.punto{
		width: 17px;
		height: 17px;
	}

	.punto.marcado{
		border: 3px solid #000;
	}

	.calles .col{
		height: 73px;
	}

	.linea-h{
		top: 35%;
	}

	.linea-v{
		top: 35%;
	}
	
}

@media (max-width: 900px) {
	.punto{
		width: 15px;
		height: 15px;
	}

	.punto.marcado{
		border: 2px solid #000;
	}

	.calles .col{
		height: 60px;
	}

	.linea-h{
		top: 30%;
		height: 3px;
	}

	.linea-v{
		left: 47%;
		width: 3px;
	}

	.linea-an, .linea-ang{
		height: 3px;
	}
	
}

@media (max-width: 680px) {
	.punto{
		width: 10px;
		height: 10px;
	}

	.punto.marcado{
		border: 2px solid #000;
	}

	.calles .col{
		height: 40px;
	}

	.linea-h{
		top: 30%;
	}
	
}

@media (max-width: 600px) {
	.punto{
		width: 8px;
		height: 8px;
	}

	.punto.marcado{
		border: 1px solid #000;
	}

	.calles .col{
		height: 30px;
	}
	
}



