

/* CITA PREVIA */

/*
#info_citaprevia .boton {
  font-size:20px;
}*/

/* WHATSAPP */
#info_whatsapp {

}

#info_whatsapp a {
  font-size:50px;
  line-height:60px;
  font-weight:bold;
  display:block;
  text-align:center;
}


#info_legal_cook,
#info_legal_avis,
#info_legal_priv {
  white-space:pre-line;
}

cite {
  display:block;
  padding:10px;
  background:#eee;
}

#info_oratge img {
  width:100%;
  max-width:976px; 
  display:block;
  margin-bottom:30px;
  text-align:center;
}

#info_oratge iframe, 
#info_oratge table#table_widget
{
  width:100% !important;
}

#info_enconstruccio {
  text-align:center;
}
#info_enconstruccio .gira360 {
  opacity:0.2;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 10s;
  transition: -webkit-transform 10s;  
}

#info_enconstruccio .gira360:hover {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}
