* {
  box-sizing: border-box;
  font-family:  Helvetica, sans-serif;
   text-align: justify;
  text-justify: inter-word;
}

body {
  font-family:  Helvetica, sans-serif;

}

header {
  background-color: #FFFFFF;
  padding: 20px 20px 10px 20px;
  text-align: center;
  color: black;
  font-family:  Helvetica, sans-serif;

}

.subtitol {
  text-align: center;
  padding: 20px 20px 20px 20px;
  background-color: #3d4166;
  color: white;
  font-size:18px;
  font-family:  Lucida Sans Unicode, Helvetica, sans-serif;
  
}

.subtitol2 {
  text-align: center;
  padding: 20px 20px 20px 20px;
  background-color: #B5B2B1;
  color: white;
  font-size:18px;
  font-family:  Lucida Sans Unicode, Helvetica, sans-serif;
  
}
.nav1 {
  width: 100%;
  text-align: center;
  background: white;
  padding: 0px 20px 20px 20px;
  text-decoration: none;
  color: #3b6ac7;
  	  font-size:18px;
	   font-family:  Lucida Sans Unicode, Helvetica, sans-serif;
}

.nav2 {
text-align: center;
  padding: 20px;
  width: 100%;
  background-color: #3d4166;
    color: white;
		  font-size:18px  ;
		  font-family:  Lucida Sans Unicode, Helvetica, sans-serif;
}

.producte {
	  font-size:25px;
text-align: left;
  padding: 30px;
  width: 100%;
  background-color: #ffffff;
  color: #3b6ac7;
   font-family:  Lucida Sans Unicode, Helvetica, sans-serif;

}

a {
  text-decoration: none;
  color: #3b6ac7;
    font-size:16px;
}


a:hover{
  text-decoration: underline;
  color: MidnightBlue;
}

.lletraProductes {
  text-decoration: none;
  color: white;
}

.lletraProductes:hover{
  text-decoration: underline;
  color: white;
}


/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}

.zona1 {
  float: left;
  padding: 40px;
  width: 50%;
	  color: #3d4166;
	  	  font-size:16px;
	
}
.zona2 {
  float: right;
  padding: 40px;
  width: 50%;
	  color: #3d4166;
	  	  font-size:16px;
	
}

.zona3 {
  float: left;
  padding: 40px 40px 40px 40px;
  width: 100%;
  background-color: #f0f0ff;
	color: #3d4166;
	  font-size:16px;
}

.zona4 {
  float: left;
  padding: 40px 40px 40px 40px;
  width: 100%;
   background-color: #f2f2f2;
	  color: #3d4166;	
	  font-size:16px;
}

img {
  max-width: 100%;
  height: auto;
}
 
.foto3 {
	float: left;
	width: 40%;
	padding: 50px;

}

.foto4 {

width: 80%;
padding: 10px 50px 50px 0px;
}

.foto5 {
	float: left;
width: 50%;
padding: 0px 50px 0px 50px;
}

.foto6 {
	float: left;
width: 40%;
padding: 30px 40px 20px 40px;
}

.foto7 {
	float: none;
	width: 100%;
	padding: 50px;
}

.fotoBandera {
	float: none;
	width: 25%;
}
.fotoBanderaMovil {
	float: right;
	width: 100%;}


/* Style the footer */
footer {
  background-color: white;
  padding: 30px;
  text-align: center;
  color: #3b6ac7;
  font-size:12px;
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  .zona3.zona4.foto3 {
	  float: none;
    width: 100%;
    height: auto;
  }
}