html, body {
	height: 100%;
}
@font-face {
  font-family: "Comic Sans";
  src: url('../fonts/comic.eot');
  src: url('../fonts/comic.svg') format('svg'),
       url('../fonts/comic.woff') format('woff'),
       url('../fonts/comic.ttf')  format('truetype');
 font-weight: normal;
  font-style: normal;
}
body {
	font-family: "Comic Sans MS", "Comic Sans";
	background-color: #fff300;
}
h1 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.7em;
	color: #262d8c;
	line-height: 1;
}
p {
	font-size: 1.25em;
	line-height: 1.6;
	color: #000;
}
a img {
	cursor: pointer;
}
a, a:active, a:visited, a:hover, a:link {
	text-decoration: none;
	cursor: pointer;
}
.primeralinea {
	text-indent: 25px;
}
.negreta {
	font-weight: bold;
}
.blau p, .blau a, label, input, button, .navbar-brand {
	color: #262d8c !important;
}
.groc {
	background: #fff300;
	border: #fff300;
}
.groc:hover {
	background: #262d8c;
	border: #262d8c;
	color: #fff300 !important;
}
label, .btn {
	font-size: 1.25em;
}
hr {
	max-width: 400px;
	border-color: #262d8c;
}
.brand {
	display: none;
}
#languages {
	position: absolute;
	right: 20px;
	top: 0;
	max-width: 100%;
	padding: 8px 8px 0 0;
}
#social {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	padding: 8px 0 0 8px;
}
#languages img, #social img, #footer3 img, #footer4 img {
	width: 40px;
	padding: 5px;
}
#footer_social img {
	width: 50px;
	padding: 5px;
}
.navbar-brand {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}
.navbar-nav {
	text-align:center !important;
	text-transform: uppercase;	
	font-weight: 400;
	letter-spacing: 3px;
	background: #FFFF80;
}
.navbar-nav li a {
	color: #262d8c !important;
}
.navbar-collapse {
	padding:0;
}
.box {
	margin-bottom: 20px;
	padding: 30px 20px 15px;
	background: #FFFF80;
	background: rgba(255,255,128,0.8);
}
.intro-text {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #262d8c;
}
.naturepic img {
	margin: 10px 0;
}
.cardpic {
	width: 70%;
	margin: auto;
}
.pdf_icon {
	padding_left: 2%;
}
footer {
	background: #262d8c;
}
footer p {
	font-size: 1.15em;
	line-height: 1.3;
	margin: 0;
	padding: 20px 0;
	color: #fff300;
}
footer a, footer a:hover, footer a:link, footer a:visited, footer a:active {
	color: #fff300;
}
.div_com {
	display: none;
}
.liniatotal {
	width: 100%;
	max-width: 100%;
}
.break_mbl {
	display: none;
}
 @media screen and (max-width:768px) {
.navbar-brand {
	font-weight: 700;
}
.navbar-collapse {
	background: #FFFF80;
}
.break_mbl {
	display: block;
}
.no_mbl {
	display: none;
}
li.pull-right {
	float:none !important;
}
}
 @media screen and (min-width:768px) {
.brand {
	display: inherit;
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-size: 5em;
	font-weight: 700;
	line-height: normal;
	color: #262d8c;
}
.navbar {
	min-height: 0;
	border-radius: 0;
	background: none !important;
}
.navbar-header {
	display: none;
}
.navbar-default {
	border: none;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.nav>li>a {
	padding: 25px;
}
.navbar-nav>li>a {
	line-height: 0;
}
.navbar-nav {
	display: inline-block;
	float: none;
	margin: 0 auto;
	table-layout: fixed;
	font-size: 1.3em;
	width:100%;
	text-align:center !important;
}
.navbar-nav ul {
	display:block;
	margin:0 auto;
	width:100% !important;
	min-width:100%;
}
.imatge_btn {
	max-width: 80%;
}
.pdf_icon img {
	max-width: 10px !important;
	border: 20;
}
}
 @media screen and (min-width:992px) {
body {
	background-image: url('../img/fons1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.box:after {
	content: '';
	display: table;
	clear: both;
}
.imatge_btn {
	max-width: 600px;
}
#footer2 {
	text-align: right;
}
#footer3, #footer4 {
	display: none;
}
.dreta_mbl {
	float: right;
	text-align: right;
}
}

/* estils sobre bootstrap */

.table {
	border: 0 !important;
}
.table th {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size:1.25em;
	color:#262d8c;
}
input[disabled] {
	background-color: #fff !important;
}
.modal-content {
	background-color: #fff300 !important;
}
/* altres */
#videoembed {
	display:block;
	margin:0 auto;
	text-align:center;
}