/*TOTA LA WEB*/
/*FI TOTA LA WEB*/

/*------------------------------------------------------------------------------------------------------------------------*/

/*HOME*/

  body {
  background-image: url("/imatges/fons.jpg");
  background-size: cover;
  }
  
  .col {
  margin: 0 0.5%; 
  height: 100%;
  width: 100%;
  }

  .titol {
  display: inline-block;
  align-items: stretch;
  background-color: #ffdd22;
  border-radius: 20px;
  }
  
  titol>img {
  width: 100%;  
  }
  
  .titol>p {
  text-align: center;
  }  
  
  .info {
  display: inline-block;
  align-items: stretch;
  background-color: #22ffdd;
  border-radius: 20px;
  } 
  
  .foto {
  display: inline-block;
  align-items: stretch;
  background-color: #dd22ff;
  border-radius: 20px;
  }  
  
  .info>p, .foto>p {
  text-align: center;
  }  
  
  .video {
  text-align: center;
  background-color: #acebec;
  border-radius: 20px;
  margin: 2% 2% !important;
  }
  
  /*FI HOME*/
  
/*------------------------------------------------------------------------------------------------------------------------*/
  
  