body {
	background-color: #F8F8F8;
	background-image:url(imgs/bkgd.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', Calibri, Arial;
	font-size: 1.5vw;
    overflow-x: hidden;
	padding-bottom: 6rem;
    min-height: 98%;
	min-zoom: 1;    max-zoom: 1.5;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {height: 90%; box-sizing: border-box;}
@media screen and (min-width: 1200px) { body { font-size: 19px; } }
.content {padding:17px;}
.Titol {background-color: #036; background: linear-gradient(to left, #036, #3380C9);
	width:100%;height:21px; font-size: 1.4vw; color:#FFF; padding-left:.5vw; padding-top:.5vw; padding-bottom:.5vw; filter: alpha(opacity=79);	-moz-opacity: 79%;	opacity: 0.79;}

.subt1 {background-color: #666; color:#FFF; padding-left:1.5vw; padding-right:1.5vw; font-size: 1.7vw;}
.subt2 {background-color:#848484; color:#FFF; padding-left:2.5vw; padding-right:1.5vw; font-size: 1.7vw;}
.subt3 {background-color:#999; color:#FFF; padding-left:25px; padding-right:15px; font-size: 1.7vw;}
.user{ color:#FFF; font-size:69%; margin:1%;}
.apartado {background-color:#69C;; color:#FFF; width:45%; font-size:1.25vw; font-weight:600; padding-right:1.2%; padding-left:1.1%; border-radius: 1.2vw; border: solid 1px #9bF; margin-left:-1%;}
#cc {position:absolute;	right:10px;	bottom:7px;	width:87px;	height:38px; z-index:98;}
.imatgefixa {float:right; width:29%; margin:.5% 1% 2% 3%; border:0px;}
.imatgezoom {float:right; width:28%; margin:-1% 1% 2% 3%; border:0px; transition: transform ease-out 600ms;}
.imatgezoom:hover {float:right; width:28%; margin:-1% 10% 2% 3%; transform:scale(1.7,1.7); transition: transform ease-out 600ms;}
.img-right{display: inline-block; position: relative;}
.exercicis {
	background-image:url(imgs/exercicis.png);
	background-repeat:no-repeat;
	color: #06C;
	font-size:21px;
	padding-left:35px;
	padding-top:6px;
}
.links {
	background-image:url(imgs/favs.png);
	background-repeat:no-repeat;
	color: #36F;
	font-size:21px;
	padding-left:35px;
	padding-top:6px;
}
.info{color:#06C; padding-right:5px; font-size: 1.7vw; border: 1px solid #06C; position: relative;	display: inline-block; 	padding: 0.20% 0.28%; background:#FFF; border-radius: 50%; text-align: center;}
.rbutton{text-align:center; padding:0.15vw 0.55vw 0.25vw 0.55vw; border-radius: 50%; font-size:1.1vw; text-decoration: none; opacity:0.71;}
.rbutton:hover{opacity:1;}
.circleines {   
	color:#F60;
	background-color: #FFF;
	border: 1px solid;
  	position: relative;
  	display: inline-block;
  	padding: 0.5vw 0.6vw;
  	border-radius: 50%;
 	font-size: 1.1vw;
  	text-align: center;
  	opacity:.48;
	float:right; margin-right:.4vw;
	transition: opacity .35s ease-in-out;
    }
.circleines:hover {border: 2px solid; padding: 0.4vw 0.5vw; opacity:1;}
span.text-content {
  color:#06C;
  font-size: 1.2vw;
  cursor: pointer;
  display: table;
  right: 1.9%;
  position: absolute;
  top: 1vw;
}
span.text-content span {
  display: table-cell;
  vertical-align: top;
}
form {margin: 10px auto;  padding: 10px 20px;}
.r{float:right; margin-right:.2vw;}
.formbuttons{ padding: 1vw;}
.formbutton{float:right; margin: 11vw;}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background-color: transparent;
  font-family: Arial;
  font-style:italic;
  border: 1px solid $gray;
  border-width: 0 0 1px 0;
  padding: .7vw .7vw .5vw .5vw;
  width: 90%;
  margin-bottom:2.1vw;
  font-size: 1.3vw;
  @extend %transition;
  &:focus { outline: none; }
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 .2vw .6vw 1.0vw; 
}
select { padding: 0.6vw;  height: 3.2vw;  border-radius: 2px;}
button {  
    text-align: center;
    vertical-align: middle;
    padding: 0.4% 0.5%;
    border: 2px solid;
    border-radius: 50%;
    color: #ffffff;
	font-size:1.1vw;
    text-decoration: none;
	cursor:pointer;
}
button:hover{font-weight: 800;}
.button, .button2	{
	-webkit-appearance: none;
	padding:10px;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5), inset 0px 2px 1px 0px rgba(255,255,255,0.75);
			}
.button{background: #43B3E0;}
.button2{background: #F00;}
.save{background: #99e699; color: #006600; border-color:#006600; opacity:.7;}
.reload{background:#069; color:#e6f2ff;  border-color:#2952a3; opacity:.7;}
.min{background: #FC3; color: #C60;  border-color:#C60; opacity:.7;}
.save:hover, .reload:hover, .min:hover {opacity:1;}
.answers {font-stretch:condensed; font-style:italic; color: #039;}

.bagg {
  margin: 0.2%;
  padding: 1.2vw;
  text-align:justify;
  font-size: 1.4vw;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  border:dotted #666666 1px;
  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px;
}
.bagg h3 {
  color: #037;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2.1%;
}
.bagg2 {
  width: 100%;
  background-color:#FFF;
  color:#000; 
  opacity:.71; 
  padding: 1.2vw;
  text-align:justify;
  font-size: 1.4vw;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  border:dotted #666666 1px;
  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px;}
@media screen and (min-width: 1200px) {.bagg {font-size: 17px;}}
.definicio {
  margin: 0.2%;
  padding: 1.2vw;
  float:right;
  text-align:justify;
  font-size: 1.4vw;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  border:dotted #666666 1px;
  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px;
}

.iconos {width: 28px; opacity: 0.75;}
.iconos:hover {opacity: 0.98;}
.iconleft {background: url(icons/arrowv3.png) no-repeat; no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; width:2vw; height:2vw; padding-left:2vw; vertical-align:middle;}
.iconleft:hover {background:url(icons/arrowv4.png) no-repeat;no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.iconright {background: url(icons/arrowv1.png) no-repeat; no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; width:2vw; height:2vw; padding-left:2vw; vertical-align:middle;}
.iconright:hover {background:url(icons/arrowv2.png); no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}
.iconi {background: url(icons/infob1.png) no-repeat; no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; width:2vw; height:2vw; padding-left:2vw; vertical-align:middle;}
.iconi:hover {background:url(icons/infob2.png);no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}
p::first-letter {float: left; color: #903; font-size: 5vw; line-height: 4vw; padding-right: .8vw;}
ul {margin-left: 2%;}
a:link {color: #39F;text-decoration: none;}
a:visited {color: #033;	text-decoration: none;}
a:hover {color: #900;text-decoration: none; }
a:active {color: #036; text-decoration: none;}

a span{	
	display:none;
	font-size:1.07vw;
	color:#fff;
	background:rgba(51,51,51,0.71);
	padding:9px;
	border-radius:3px;
	text-align:center;
	position: absolute;
	z-index:100;
}
a {display: inline-block;}
a:hover span{display:block;}

.footer {
  position: absolute;
  font-size: 1.2vw;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(220, 242, 248); 
  border-top: 2.8vw solid #81BEF7; 
  color:#036;
  padding-bottom:1vw;  transition: padding-bottom 800ms;
}
.footer:hover {background: rgb(220, 242, 248);  padding-bottom:.1vw; transition: padding-bottom 800ms;}

dl dt + dd:first-child {height: auto; padding:2.5vw;}
dl dd {color: #cccccc; margin: 0; overflow: hidden;}
dl dd:not(:target) { height: 0; }
dl dd:target { height: auto; }
dl a.ie:hover dd, dl a.ie:focus dd	{height: auto;	color: #ccccEEc !important;	}

.circle1 {   
  position: relative;
  display: inline-block;
  padding: 0.29vw;
  font-size: 5.4vw;
  text-align: center;
  vertical-align:middle;
  cursor:pointer;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 233, 51, .8), rgba(255, 249, 51,.2) 50%, rgba(255, 249, 51,1));
	-webkit-mask-image: linear-gradient(top, rgba(255, 233, 51,1), rgba(255, 249, 51,.5) 50%, rgba(255, 249, 51,1));
    }
.headactivities {margin-top: -4.5%; padding:1%;}
.activities {margin-left:4%; color:#037; font-weight:600;}
.circleactivities {   
 border: 3px solid #3366cc;
  position: relative;
  display: inline-block;
  padding: .7% .75%;
  background:#FFF;
  border-radius: 50%;
  font-size: 1.7vw;
  text-align: center;
  transition: 0.70s;
    }
.circleactivities:hover {   
	transition: 0.70s;  -webkit-transition: 0.70s;  -moz-transition: 0.70s;  -ms-transition: 0.70s;  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);  -moz-transform: rotate(360deg);  -o-transform: rotate(360deg);  -ms-transform: rotate(360deg);  transform: rotate(360deg);
    }	
	
.activitiespencil {color:#036;}
.activitiespencil:hover {color:red; }
.circlelink {   
  color:#F60; 
  border: 2px solid #F7BE81;
  position: relative;
  display: inline-block;
  padding: 0.7% 0.7%;
  background:#FFF;
  border-radius: 50%;
  font-size: 1.52vw;
  text-align: center;
    }
.circlelink:hover {background:#F5DA81;}
.linksline {margin-left:2%; width:98%; height: 2px; border:0px; background-color:#f60; margin-top:-1.5vw; margin-bottom:1.5vw;}
.circlepractice {   
	color:#390; 
	border: 2px solid #390;
	position: relative;
  	display: inline-block;
  	padding: 0.7% 0.57%;
  	background:#FFF;
 	border-radius: 50%;
  	font-size: 1.52vw;
  	text-align: center;
    }
.circlepractice:hover {background:#222;}
.practiceline {margin-left:2%; width:98%; height: 2px; border:0px; background-color:#390; margin-top:-1.5vw; margin-bottom:1.5vw;}
.circlexercice {   
	color:#036; 
	border: 2px solid #0174DF;
	position: relative;
  	display: inline-block;
 	padding: 0.71% 0.73%;
 	background:#FFF;
  	border-radius: 50%;
  	font-size: 1.52vw;
  	text-align: center;
    }
.circlexercice:hover {background:#CEE3F6;}
.exercicesline {margin-left:2%; width:98%; height: 2px; border:0px; background-color:#0174DF; margin-top:-1.5vw; margin-bottom:1.5vw;}
.circleamp {   
	color:#DF0101; 
	border: 2px solid #FE2E2E;
	position: relative;
  	display: inline-block;
 	padding: 0.41% 0.63%;
 	background:#FFF;
  	border-radius: 50%;
  	font-size: 1.52vw;
  	text-align: center;
    }
.circlelamp {   
	color:#B22222; 
	border: 2px solid #B22222;
	position: relative;
  	display: inline-block;
 	padding: 0.71% 0.78%;
 	background:#FFF;
  	border-radius: 50%;
  	font-size: 1.52vw;
  	text-align: center;
    }
.circlelamp:hover {background:#BEBEBE; }
.circlediscuss {   
	color: #93F; 
	border: 2px solid  #96C;
	position: relative;
  	display: inline-block;
 	padding: 0.79% 0.61%;
 	background:#FFF;
  	border-radius: 50%;
  	font-size: 1.52vw;
  	text-align: center;
    }
.circlediscuss:hover {background:#BEBEBE;}
.discussline {margin-left:2%; width:98%; height: 2px; border:0px; background-color:#93f; margin-top:-1.5vw; margin-bottom:1.5vw;}
.investigateline {margin-left:2%; width:98%; height: 2px; border:0px; background-color:red; margin-top:-1.5vw; margin-bottom:1.5vw;}

.reveal-modal-bg {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.89);
		z-index: 100;
		display: none;
		top: 0;
		left: 0;
		}
.reveal-modal {
		visibility: hidden;
		font: 1.7vw Calibri, Arial;
		color:#FFF;
		top: 5vw;
		left: 20%;
		right: 20%;
		position: absolute;
		z-index: 1012;
			}
.reveal-modal .close-reveal-modal {
		font-size: 2.6vw;
		position: absolute;
		top: -2.3vw;
		right: -1.7vw;
		color: #aaa;
		font-weight: bold;
		display: inline-block;
		}
.close-reveal-modal:hover {color: #C00;}
		
.breadcrumb {display: inline-block;	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); overflow:hidden; border-radius:.5vw;}
.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 1.5vw;
	font-weight:500;
	line-height: 3vw;
	color: white;
	padding: 0 1vw 0 3vw;
	position: relative;
}
.breadcrumb a:first-child {background: #036C; padding-left: 2.6vw;	border-radius: 5px 0 0 5px;}
.breadcrumb a:second-child {background: #aaa; padding-left: 2.6vw;	border-radius: 5px 0 0 5px;}
.breadcrumb a:first-child:before {left: 1.4vw;}
.breadcrumb a:last-child {border-radius: 0 5px 5px 0; padding-right: 2vw;}
.breadcrumb a.active, .breadcrumb a:hover{background:  #333; background: linear-gradient(#333, #000);}
.breadcrumb a.active:after, .breadcrumb a:hover:after {	background: #333; background: linear-gradient(135deg, #333, #000);}
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -1.8vw;
	width: 3.2vw; 
	height: 3.2vw;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {background: white; content: none;}
.flat a, .flat a:after {background: #CFC ;color: black;	transition: all 0.5s;}
.flat a:before {background: white;	box-shadow: 0 0 0 1px #ccc;}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{background: #9EEB62;}
		
.Titol1r {width:100%; height: 38px; background: url(imgs/barra1.png); filter: alpha(opacity=93); opacity: 0.93; border-radius: 6px; color: #9CF; }
.Titol3r {width:100%; height: 34px; background-color:#063; color: #FFF; font-size:28px; padding-left:20px; padding-top:5px; padding-bottom:5px; }
.Titol2 {width:100%; background: url(imgs/header2.png); margin-top:3px; background-repeat:repeat-y; font-weight:200; font-size:20px; color:#003366; filter: alpha(opacity=73); opacity: 0.73; }