/*	ESTILS GENERALS
	==================================================*/ 

/* Fonts
@import url(http://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);	
@import url(https://fonts.googleapis.com/css?family=Montserrat+Subrayada:400,700);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,700,300,500,600);
@import url(https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500);
@import url(https://fonts.googleapis.com/css?family=Stardos+Stencil:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500);
@import url(https://fonts.googleapis.com/css?family=Stardos+Stencil:400,700);
	
html {
  position: relative;
  min-height: 100%;  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {	
  min-height: 1500px; /* fa que el peu estigui sempre visible i alienat a la part inferior sempre que el contingut no superi la pantalla */
  padding-top: 50px;
  background-color: #FFFFFF; /*! Color de fons de la pàgina  */
  /* background-image: url(http://www.supera-tus-limites.com/img/img_content/fons-pagina.jpg); ! Imatge de Fons de la Pàgina  */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Catamaran', sans-serif;  /*  font general del document  */
  font-weight: 200;
  font-size: 18px;	/*  tamany font del document  */
  color: #333;	/*  color font del document  */
  line-height: 1.42857143;
}
body > .container {
  padding: 10px 20px 0;
}
.container .text-muted {
  margin: 20px 0;
}

/*	MENÚ, LOGO I CAPÇALERA
	==================================================*/ 
.navbar {
  position: relative;
  min-height: 70px; /*  ALÇADA DE LA CAPÇALERA  */
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-default {
  /* background-image: url(http://www.supera-tus-limites.com/img/img_content/Fons_Gris_Transp.png);  Imatge de Fons de la Pàgina  */
  background-color: #2a507f; /*  COLOR DE FONS DE LA CAPSALERA  */
  border-color: #25456d; /*  COLOR DEL BORDE DE LA CAPSALERA  */
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF; /*  COLOR DEL MENÚ HORITZONTAL  */
  font-family: 'Catamaran', sans-serif;  /*  font general del Menú Horitzontal  */
  font-weight: 100;
  font-size: 18px;	/*  tamany font del Menú Horitzontal  */
}
.navbar-default .navbar-nav > li > a:hover {
  color: #FFFFFF;  /*  COLOR DEL MENÚ HORITZONTAL QUAN ESTAS A SOBRE */
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;  /*  COLOR DEL MENÚ HORITZONTAL QUAN ESTAS CLICANT */
  background-color: transparent;
}
/* .navbar-brand {
  float: left;
  height: 70px;
  /* padding: 1px 1px; ! Marges del logo   
  font-size: 18px;
  line-height: 20px;
}*/
.navbar-brand > img {
  height: 70px; /* Afegit per marcar la alçada del logo   */
}
.dropdown-menu {
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
}


/*	MENÚ IDIOMES
	==================================================*/ 
.LinkIdioma  {
	text-decoration: none;
	font-family: 'Catamaran', sans-serif;
    font-weight: 100;
	font-size: 12px;
	color: #ffffff;
}

/*	ESTILS CONTINGUTS
	==================================================*/
h1{
  font-family: 'Stardos Stencil', cursive;  /*  font general del document  */
  font-weight: 700;
  color: #406da5;
  font-size: 32px;
  line-height: 1;
  text-align: left;
  /* text-shadow: 0px 1px 3px #000000;  ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
h2{
  font-family: 'Stardos Stencil', cursive;  /*  font general del document  */
  font-weight: 700;
  color: #2a507f;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  /* text-shadow: 0px 1px 3px #000000;  ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
h3{
  font-family: 'Stardos Stencil', cursive;  /*  font general del document  */
  font-weight: 700;
  color: #777;
  font-size: 22;
  line-height: 1;
  text-align: left;
  /* text-shadow: 0px 1px 3px #000000;  ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
h4{
  font-family: 'Stardos Stencil', cursive;  /*  font general del document  */
  font-weight: 700;
  color: #777;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  /* text-shadow: 0px 1px 3px #000000;  ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.featurette {
  font-family: 'Catamaran', sans-serif;  /*  font general del document  */
  font-weight: 300;
  color: #777;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  /* text-shadow: 0px 1px 2px #000000;  ombres del text en el <p> del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.featurette-heading {
  font-family: 'Stardos Stencil', cursive;  /*  font general del document  */
  font-weight: 700;
  color: #777;
  font-size: 32px;
  line-height: 1;
  text-align: left;
  /* text-shadow: 0px 1px 3px #000000;  ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.text-muted {
  color: #777;
}
.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more VALOR ORIGINAL 80PX 0PX Distancia de la linea amb altres objectes*/
}	

/*	ESTILS BOTONS DEFAULT
	==================================================*/
.btn-default {
  color: #fff;
  background-color: #2a507f; /* Color del boto  */
  border-color: #25456d; /* Color del borde del boto  */
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #25456d; /* Color del boto quan el cursor està a sobre  */
  border-color: #1e3858; /* Color del borde del boto  quan el cursor està a sobre */
}

/*	FOOTER
	==================================================*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.footer a{
  font-family: arial;  /*  font general del document  */
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/*	ESTILS GENERALS DE L'AREA DE CONTINGUTS
	==================================================*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 992px) { /*  Afegit per a que no desquadri el menu amb tamany mes petit  */
	.navbar-default .navbar-nav > li > a {
	  font-size: 12px;	/*  tamany font del Menú Horitzontal  */
	}	
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/*	SLIDESHOW / CAROUSEL GLOBAL STYLES
	==================================================*/
.carousel-caption h1 {
  margin-bottom: 20px;
  font-family: arial;  /*  font general del document  */
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 1px 3px #000000; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.carousel-caption h2 {
  margin-bottom: 20px;
  font-family: arial;  /*  font general del document  */
  font-weight: 500;
  color: #434039;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 1px 3px #ffffff; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.carousel-caption h3 {
  margin-bottom: 20px;
  font-family: arial;  /*  font general del document  */
  font-weight: 700;
  color: #d9534f;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 1px 3px #ffffff; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.carousel-caption h4 {
  margin-bottom: 20px;
  font-family: arial;  /*  font general del document  */
  font-weight: 500;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 1px 3px #000000; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}
.carousel-caption p {
  margin-bottom: 10px;
  font-family: arial;  /*  font general del document  */
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 1px 2px #000000; /* ombres del text en el <p> del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
}

@media (max-width: 767px) {
	/*! Segment Afegit per controlar el tamany del logo en aquest cas */
	.navbar-brand > img {
	  padding-top: 1px; /*! Marges del logo   */
	  display: block;
	  height: 50px; /*! Afegit per marcar la alçada del logo   */
	}
	/* Carousel base class */
	.carousel-caption h1 {
	  margin-bottom: 20px;
	  font-family: arial;  /*  font general del document  */
	  font-weight: 700;
	  color: #fff;
	  font-size: 32px;
	  line-height: 1;
	  text-align: center;
	  text-shadow: 0px 1px 3px #000000; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
	}
	.carousel-caption h2 {
	  margin-bottom: 20px;
	  font-family: arial;  /*  font general del document  */
	  font-weight: 500;
	  color: #434039;
	  font-size: 32px;
	  line-height: 1;
	  text-align: center;
	  text-shadow: 0px 1px 3px #ffffff; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
	}
	.carousel-caption h3 {
	  margin-bottom: 20px;
	  font-family: arial;  /*  font general del document  */
	  font-weight: 700;
	  color: #d9534f;
	  font-size: 32px;
	  line-height: 1;
	  text-align: right;
	  text-shadow: 0px 1px 3px #ffffff; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
	}
	.carousel-caption h4 {
	  margin-bottom: 20px;
	  font-family: arial;  /*  font general del document  */
	  font-weight: 500;
	  color: #ffffff;
	  font-size: 32px;
	  line-height: 1;
	  text-align: center;
	  text-shadow: 0px 1px 3px #000000; /* ombres del text en el H1 del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
	}
	.carousel-caption p {
	  margin-bottom: 20px;
	  font-family: arial;  /*  font general del document  */
	  font-weight: 300;
	  color: #fff;
	  font-size: 22px;
	  line-height: 1;
	  text-align: center;
	  text-shadow: 0px 1px 2px #000000; /* ombres del text en el <p> del slideshow H-SHADOW V-SHADOW BLUR-RADIUS   */
	}	
}


/*	Features
	==================================================*/ 
#features {
	background-color: #FFF;
}
.overview h1 {
	text-transform: uppercase;
}
.overview, .service-block {
	text-align: center;
}
.overview .lead {
	margin: 40px 10%;
	margin-bottom: 80px;
}
.service-block {
	margin-bottom: 30px;
}
.service-block .glyphicon {
	font-size: 60px;
}
.icon-principal {
	text-align: center;
}
.icon-principal .glyphicon {
	font-size: 60px;
	color: #4b85cd;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 60px; /* per contrarrestar l'espai amb el tamany de la font i poder centrar correctament */
}