/* Typography */
/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold-webfont.eot');
    src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Bold-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'vegur';
    src: url('/fonts/vegur-bold.eot');
    src: url('/fonts/vegur-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-bold.ttf') format('truetype'),
         url('/fonts/vegur-bold.svg#vegurbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'vegurlight';
    src: url('/fonts/vegur-light.eot');
    src: url('/fonts/vegur-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-light.ttf') format('truetype'),
         url('/fonts/vegur-light.svg#vegurlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vegur';
    src: url('/fonts/vegur-regular.eot');
    src: url('/fonts/vegur-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-regular.ttf') format('truetype'),
         url('/fonts/vegur-regular.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

body {
  font-family: myriad-pro, 'Trebuchet MS', sans-serif;
	/*
	background: url(../img/fondo4.gif) fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;  
*/
}

#contenido{
	/*
background: url(../img/fondo4.gif) fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;  
*/
}

#lateral{
	/* activar para gif animado*/
	/*
background: url(../img/fondo4.gif) fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;  
*/
}


h2 {
  font-size: 2rem;
  color: #5b6670; /* gris MGC */
}
h1, h2, h3 {
  font-family: myriad-pro, 'Trebuchet MS', sans-serif;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}
h1 {
  font-size: 3rem;
   color: #b2292e; /*rojo MGC*/
   /*color: #B9BE13; /* verde correduria*/
  /*text-transform: uppercase;*/
  font-weight: 300;
}
/* transformar y minuscula H1
h1 strong {
  font-weight: 200;
  font-size: 150%;
  text-transform: lowercase;
}*/

p, li {
  hyphens: auto;
}

/* estils de text */

.rellevant1 {
  /*color: #007088;*/
  /*color: #006072;	verde MGC*/
  color: #b2292e; /*rojo MGC*/
  font-size: 160%;
  line-height: 1.3;
}

.rellevant11 {
  color: #5b6670; /* gris MGC */
  /*font-size: 160%;*/
	font-size: 180%;
  line-height: 1.3;
}
.rellevant2 {
  font-size: 150%;
  line-height: 1.3;
}

.rellevant3 { /* h1 index */
  color: #5b6670; /* gris MGC */
  font-size: 255%;
  line-height: 1.4;
}

.rellevant4 {
  color: #006072;	/*verde MGC*/
  font-size: 180%;
  line-height: 1.3;
}

.calltoaction {
  color: #006072;	/*verde MGC*/
  text-align: left;
  font-family: myriad-pro, 'Trebuchet MS', sans-serif;
  font-size: 1.5rem;
}
.preu {
  font-size: larger;
  font-weight: 600;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 2em;
}
.video iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* enllaços */
a {
  color:#006072;
  text-decoration: underline;
}
a:hover, a:focus {
  color:#00c3e6; /* 50% verde MGC */
}

/* capçalera */
header {
  padding-bottom: 1rem;
}
.logomgc {
  margin: 1.5rem 0;
}
.idioma {
  font-size: .8rem;
  text-align: right;
}

/* menu lateral */
.lateral {
  padding-right: 0;
	
  /*background-image: url(../img/fondo.gif);
	background-position: center center;	  
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
	
	
/* activar para gif animado*/
	/*	
	background: url(../img/fondo.gif) fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;  
	*/
}
.menu {
  background-color: #fff;
  font-size: larger;
  padding: 8px;
  margin-right: -1px;
}
.menu li a:not(.button) {
  color: #006072;
  text-decoration: none;
}
.menu li a.active, .menu li a.selected {
  background-color: #006072;
  color: #fff;
}
.menu li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background-color: #006072;
  color: #fff;
  transition: all .5s ease-in-out;
}

/* imagenes */
.esquina_redondeada {
  border-bottom-right-radius: 20px;
}

/* contingut principal */
.content {
  background-color: #fff;
  padding-bottom: 30px;
}
.content ul:not(.menu) {
  margin-left: 0;
}
.content ul:not(.menu) li {
  margin-left: 1rem;
  margin-bottom: .5rem;
}
.content .toright {
  float: right;
  margin: .5rem 0 1.1rem 1.5rem;
}
.content .toleft {
  float: left;
  margin: .5rem 1.5rem 1.1rem 0;
}
.content .scale50 {
  width: 50%;
  height: auto;
}
.content .scale66 {
  width: 66%;
  height: auto;
}
.content .mesinfo {
  font-weight: bold;
  clear: both;
}

/* formulari */
.formulari {
	display: block;
  padding: 1rem;
  background-color: #eee;
  border: solid 1px #c7ccd1;
  margin: 1rem 0 0;
}
.button.mutua {
  background-color:#006072;
  margin-bottom: .8rem;
}
.button.mutua:hover, .button.mutua.focus {
  background-color:#00c3e6;
  /*background-color:#A1A513;*/	
}

/* targeta */
.targeta {
  filter: drop-shadow(3px 4px 6px #999);
}

/* checkbox lopd */
div:not(#foo) > #lopd {
  opacity: 0;
  float: left;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
div:not(#foo) > #lopd + label {
  margin: -18px 0 16px -23px;
  clear: none;
  padding: 5px 0 5px 36px;
  cursor: pointer;
  background: url(/img/check-off.png) left center no-repeat;
}
div:not(#foo) > #lopd:checked + label {
  background-image: url(/img/check-on.png);
}

/* addthis */
.addthis_sharing_toolbox {
  float: right;
  margin-left: 1em;
}

/* peu */
footer {
  border-top: solid 1px #c7ccd1;
  padding-top: 15px;
  font-size: smaller;
  color: #5b6670;
}

/* large displays */
@media only screen and (min-width: 39.9375em) {
  .central {
    /*background: url(../img/bg_large.gif) repeat-y center;*/
  }
  .content {
    padding-left: 30px;
  }
  .menu {
    padding: 0;
  }	
	
  #contenido {
     border-left: solid 1px #006072; /*verde mgc*/
  }
	
	
/* imagenes */
.esquina_redondeada {
  border-bottom-right-radius: 80px;
}
	
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .content .scale50, .content .scale66 {
    width: 100%;
    margin: 1.5rem 0;
  }
}


