body,p,html {
	font-family: "museo", serif;
	font-weight: 500;
}
div,span,p, * {
	margin:0;
	padding:0;
	outline:none;
}
body {
	background: rgba(255,255,255,1) url(../images/bg_copacocode.png) no-repeat center top / 2400px 500px;
    /* @group Variables */
    --copaco-blue-color: rgba(36,100,167,1);
    opacity: 0;
}
a, a:hover, a:visited {
    color: #000;
}

/* @group Headers */
h1,h2,h3,h4,h5,h6 {
	font-family: "museo", serif;
	font-weight: 700;
	font-style: normal;
}
.test {
  opacity: 0;
}
/* @end */
 
/* @group XXXX */

/* @end */

/* @group Basic */
.main {
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
}
.container {	
	opacity: 0;
	overflow: hidden;
}
.blue {
	color: var(--copaco-blue-color) !important;
}
.header {
    position: absolute;
    width: 468px;
    height: auto;
    left: 50%;
    top: 520px;
    margin-left:-234px;
    font-weight: 300;
    overflow-x: hidden;
    text-align: center;
}
.questions {
    position: absolute;
    width: 468px;
    height: auto;
    left: 50%;
    top: 570px;
    margin-left:-234px;
    font-weight: 300;
    overflow-x: hidden;
    text-align: center;
}
#container_timer {
    position: relative;
    width: 100%;
    height: 70px;
    margin-top: 340px;
    overflow: hidden;
}
#timer {
    position: absolute;
    width:468px;
    height: 62px;
    top: 3px;
    left: 50%;
    margin-left: -234px;
    border-top: 1px solid var(--copaco-blue-color);
    border-bottom: 1px solid var(--copaco-blue-color);
    font-family: "museo", serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    
}
#timer::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 66px;
    margin-left:-100%;
    margin-top:-2px;
    background: rgba(255,255,255,1) url(../images/bg_time_left.png) no-repeat right center / 600px 64px;
    overflow-x: hidden;
}
#timer::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 66px;
    margin-left:100%;
    margin-top:-66px;
    background: rgba(255,255,255,1) url(../images/bg_time_right.png) no-repeat left center / 600px 64px;
    overflow-x: hidden;
}
#timer div {
    display: inline-block;
  }
/* @end */


/* @group Puzzle */


#puzzle {
    position: relative;
    width: 300px;
    height: 300px;
    top:110px;
    margin: 0 auto;
    background: #ccc;
    transform: rotate(45deg);
    border: 1px solid var(--copaco-blue-color);
}
#puzzle .overlay {
    position: absolute;
    background: var(--copaco-blue-color);
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
#puzzle .overlay .txt {
    position: relative;
    display: flex;
    width: 300px;
    height: 300px;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
    color: rgba(255,255,255,1);
    transform: rotate(-45deg);
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#info {
  position: absolute;
  width: 420px;
  height: 30px;
  left:50%;
  top:20px;
  margin-left:-210px;
  text-align: center;
}
#info p {
    width: 100%;
    display: block;
}

#startBtn, #solveBtn {
  position: relative;
  display: block;
  width: 70px;
  height: auto;
  margin: 0 auto;
  border-radius: 25px;
  background: #ddd;
  color: #555;
  text-align: center;
  padding: 5px;
  cursor:pointer;

  top: 450px;
}

#solveBtn {
  display:none;
}

.tile {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background-color: #eaeaea;
  vertical-align: top;
  cursor: pointer;
}  

.tileImg {
  pointer-events:none;
  position: relative;  
  width: 100px;  
  height: 100px;  
  text-align: center;
  font-size: 4em;
  color:#fff;
  padding-top:.5em;
  background-color: #601785;  
} 
/* @end */


.logos {
    position: relative;
    width: 397px;
    height: 56px;
    margin:40px auto 60px auto;
    background: rgba(255,255,255,1) url(../images/logos_microsoftcopaco.png) no-repeat center center / 100% 100%;
}
.logos .url {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 18px;
    margin-bottom: -15px;
}

/* @group RESPONSIVE */
@media only screen and (min-width : 2600px) {
	
}
@media only screen and (max-width : 980px) {

	
}

@media only screen and (max-width: 768px) {
   
}
@media only screen and (max-width : 568px) {
  .header {
    font-size: 5.5vw;
  }
	
}

/* @end */
@-moz-document url-prefix() {
    
}
/* @group ANIMATIONS */

/* @end */
/* @group MISC */
.hidden {
	visibility: hidden;
	display: none;
	opacity: 0;
}
.fill-div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;

}
/* @end */