/*******************************************************************

  Definició de les variables less

  Aquest fitxer s'inclou a tots els fitxers less del template, de
  manera que es poden usar a qualsevol fitxer.


*********************************************************************/
/** Tipus de lletres *****/
/** Colors *****/
/****  Color general per la web   ****/
/** Enllaç general  ****/
/** Botons ****/
/** Titols i resaltats ***/
/** Bullet llista ****/
/*** menu ***/
#main-slider {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  width: 100%;
}
.carousel-inner .item {
  overflow: hidden;
  z-index: -1;
}
.carousel-caption {
  text-align: left;
  top: 0;
  width: 40%;
}
.carousel-caption h1 {
  color: #ffffff;
  box-shadow: none;
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  padding-top: 300px;
}
.carousel-caption p.descripcio {
  font-size: 20px;
  line-height: 120%;
}
.carousel-caption a {
  font-family: 'PT Sans Narrow', Verdana;
  margin-top: 30px;
  padding: 15px 20px;
  display: block;
  color: #000000;
  text-shadow: none;
  background: #923C29;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 40%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
}
.carousel-caption a:hover {
  background: rgba(233, 231, 224, 0.9);
  transition: all 0.3s ease 0s;
}
.carousel-indicators {
  left: 0;
  right: 0;
  top: 77%;
  margin: 0 auto;
  text-align: center;
}
.carousel-indicators li {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  background: #923C29;
  border: 1px solid #923C29;
  margin: 0px  10px 0px 0px;
}
.carousel-indicators li.active {
  width: 30px;
  height: 30px;
  background: rgba(233, 231, 224, 0.9);
  border: 1px solid rgba(233, 231, 224, 0.9);
  margin: 0px  10px 0px 0px;
}
.carousel-indicators li:hover {
  background: rgba(233, 231, 224, 0.9);
  border: 1px solid rgba(233, 231, 224, 0.9);
}
@media (max-width: 991px) {
  .carousel-inner .item {
    background-color: #f1f1f1;
  }
  .carousel-caption {
    text-align: left;
    width: auto;
    left: 20px;
    right: 20px;
  }
  .carousel-caption h1 {
    font-size: 35px;
  }
  .carousel-caption a {
    margin-top: 20px;
  }
  .carousel-indicators {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .llarg_portada {
    height: 855px;
  }
  .carousel-inner {
    min-height: 450px;
  }
  .carousel-caption {
    width: auto;
    left: 10%;
    right: 10%;
  }
}
.titol_seccio_portada {
  color: #923C29;
  font-size: 42px;
  line-height: 105%;
  margin: 0px 0px 60px 0px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  clear: both;
  font-family: 'PT Sans Narrow', Verdana;
  text-align: center;
}
.parallax-mirror {
  z-index: 2 !important;
}
.parallax-mirror .titol_seccio_portada {
  color: #ffffff !important;
}
/***************************************************
    CAPÇALERA  DE PORTADA
***************************************************/
#portada_configurable {
  text-align: left;
}
#portada {
  border: 1px solid black;
}
#portada f a {
  color: #E45327;
  font-size: 1.3em;
  text-decoration: none;
}
#portada a:hover {
  text-decoration: none;
}
.pastilla_portada {
  padding-top: 30px;
  padding-bottom: 25px;
  width: 450px;
  text-align: left;
}
.pastilla_portada .enllas_titol {
  display: block;
  margin: 5px 0px 20px 5px;
}
.pastilla_portada .enllas_foto {
  display: block;
}
.p_esquerre {
  margin-left: 40px;
}
#banner_superior_portada .banner {
  margin-bottom: 10px;
}
/***************************************************
    Banner destacat
***************************************************/
.navega_destacat {
  margin: 10px 10px 0px 0px;
  float: right;
}
.navega_destacat a {
  display: block;
  float: left;
  padding: 0px 3px 0px 3px;
  margin-left: 5px;
  text-decoration: none;
  color: #000000;
}
.navega_destacat .activeSlide {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
.galeria_destacat_groc {
  margin: 60px 0px 0px 0px;
  border-bottom: 4px solid #ffffff;
}
.galeria_item {
  height: 170px;
  padding: 15px;
  background: #CFEBE2;
}
.galeria_item .descripcio {
  display: block;
  font-size: 0.9em;
  margin-top: 5px;
}
.galeria_item iframe {
  z-index: 1 !important;
}
.destacat_verd {
  margin-bottom: 20px;
}
/***************************************************
    BANNER - Destacat
***************************************************/
/***************************************************
    Tipus informació llista
***************************************************/
.portada_contigut_llista {
  min-height: 150px;
}
.portada_contigut_llista .cos_info {
  font-size: 12px;
}
.portada_contigut_llista .cos_info {
  color: #000000;
  display: block;
  text-decoration: none;
  font-size: 12px;
  background: #E4F5F5;
  color: #333333;
  padding: 3px 8px 3px 8px;
  margin-bottom: 4px;
}
.portada_contigut_llista .cos_info a {
  font-size: 14px;
  color: #444444;
  display: block;
}
.portada_contigut_llista .cos_info a:hover {
  text-decoration: underline;
}
.veure_tot_portada {
  text-align: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
/***************************************************
    FI Tipus informació llista
***************************************************/
/***************************************************
    Tipus informació multiple
***************************************************/
.portada_contigut_multiple {
  min-height: 150px;
}
.portada_contigut_multiple .titol_info {
  background: #119C6D;
}
.portada_contigut_multiple .cos_info {
  background: #CFEBE2;
}
.portada_contigut_multiple .cos_info {
  min-height: 200px;
}
.portada_contigut_multiple .cos_info .item_noticia {
  margin: 0px 10px 15px 10px;
  padding-top: 10px;
}
.portada_contigut_multiple .cos_info .item_noticia .enllas_noticia {
  display: block;
  width: 190px;
  float: right;
}
.portada_contigut_multiple .cos_info .item_noticia .enllas_img {
  display: block;
  width: 70px;
  float: left;
}
.portada_contigut_multiple .cos_info .item_noticia .enllas_noticia_no_foto {
  display: block;
}
.portada_contigut_multiple .cos_info .data {
  color: #000000;
  font-size: 0.9em;
}
.portada_contigut_multiple .cos_info a {
  color: #000000;
  text-decoration: none;
}
/***************************************************
    FI Tipus informació multiple
***************************************************/
/*** zona emllaços ****/
.portada_contigut_enllas a {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 0px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
}
.portada_contigut_enllas a:hover {
  text-decoration: underline;
}
.portada_contigut_enllas {
  padding-top: 0px;
  padding-bottom: 10px;
}
.portada_contigut_enllas ul {
  margin: 0;
  padding: 0;
}
.portada_contigut_enllas ul li {
  list-style-type: none;
}
/******** Recents portada ***************************/
.recents_portada {
  /*height: 200px;*/
  margin-bottom: 20px;
  /*overflow: auto !important;*/
}
.recents_portada h2 {
  font-size: 24px;
  color: #444444;
  margin-bottom: 4px;
  text-align: left;
}
.recents_portada .cos_info {
  color: #000000;
  display: block;
  text-decoration: none;
  font-size: 12px;
  background: #E4F5F5;
  color: #333333;
  padding: 3px 8px 3px 8px;
  margin-bottom: 4px;
}
.recents_portada .cos_info a {
  color: #444444;
}
.recents_portada .cos_info a.titol {
  display: block;
  font-size: 14px;
}
.portada_contigut_llista .cos_info a:hover {
  text-decoration: underline;
}
.quan_fa {
  font-size: 12px !important;
}
/**** portada_acces_intranet ****/
.fons_marro_enllas {
  min-height: 220px;
  color: #ffffff;
  margin-bottom: 20px;
  background: #464637;
  clear: both;
}
.fons_taronja_enllas {
  min-height: 220px;
  color: #ffffff;
  margin-bottom: 20px;
  background: #DEAA01;
  clear: both;
}
.portada_acces_intranet {
  text-align: left;
}
.portada_acces_intranet .activador_enllas {
  display: block;
  font-size: 1.3em;
  padding: 10px 10px 100px 10px;
  cursor: default;
  line-height: 1.2em;
}
.portada_acces_intranet .enllas {
  display: none;
  left: 10px;
  right: 10px;
  margin-top: 40px;
  position: absolute;
  height: 110px;
}
.titol_enllas_intranet {
  min-height: 60px;
  padding-right: 10px;
}
.fons_marro_clar {
  background: #C8C8C3 !important;
}
.fons_taronja_clar {
  background: #F5E6B3 !important;
}
.portada_acces_intranet .enllas a {
  display: block;
  padding: 10px 20px 0px 10px;
  min-height: 110px;
  font-size: 14px;
  line-height: 1.25em;
}
.portada_acces_intranet .enllas a:hover {
  text-decoration: none;
}
/**** Banner ***************************/
.fons_gris .contenidor_banner {
  background: #ffffff;
  padding-left: 20px;
  padding-bottom: 10px;
}
/*** Llista enllassos **/
.llista_enllassos_portada {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
.llista_enllassos_portada h2 {
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 15px;
}
/*** recents***/
.banner_portada {
  margin-bottom: 30px;
}
.banner_portada .td_justificat {
  font-size: 16px;
  color: #000000;
  font-weight: 400 !important;
}
/***************************************************
    Contingut unic
***************************************************/
.portada_contigut_unic h2 {
  font-size: 25px;
  line-height: 120%;
}
.portada_contigut_unic .titol {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 5px;
  display: block;
}
.portada_contigut_unic .titol:hover {
  text-decoration: none;
}
.portada_contigut_unic {
  min-height: 140px;
  padding: 10px;
}
.portada_contigut_unic .data_info {
  min-height: 20px;
  font-size: 12px;
  color: #888888;
}
.portada_contigut_unic .c_unic_informacio {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  padding-left: 20px;
}
.c_unic_mes_info {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  font-size: 13px;
}
.c_unic_mes_info:hover {
  color: #FFB400;
  text-decoration: underline;
}
.portada_contigut_unic a:hover {
  text-decoration: underline;
}
/**** Agenda ******/
/***************************************************
    Contingut agenda
***************************************************/
.portada_contigut_agenda .titol_agenda {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.portada_contigut_agenda .titol:hover {
  text-decoration: none;
}
.c_unic_item_agenda {
  position: relative;
  min-height: 100px;
}
.agenda_data_portada {
  width: 160px;
  height: 90px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
  left: 0;
  position: absolute;
  margin-top: 5px;
}
.agenda_propi {
  background: #ffffff;
  border: 1px solid #eee;
}
.agenda_tercers {
  background: #fff;
}
.info_agenda {
  margin-left: 180px;
}
.data_mes {
  padding-top: 25px;
  font-size: 15px;
  line-height: 0.8em;
  margin-bottom: 2px;
  text-transform: lowercase;
  font-weight: 400;
}
.data_dia {
  font-size: 28px;
  line-height: 99%;
  text-transform: lowercase;
  font-weight: 400;
}
.portada_contigut_agenda .c_unic_informacio {
  vertical-align: top;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-left: 170px;
}
/***** FINAL AGENDA ******/
/*.portada_contigut_agenda .veure_tot_portada
{
    border-top: 1px solid #8B0050;
}*/
.portada_contigut_agenda .data_info {
  color: #444444;
  font-size: 13px;
}
/**** Noticies ******/
.portada_contigut_noticies h2 {
  border-bottom: none;
  margin: 0px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
}
.portada_contigut_noticies .c_unic_informacio {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.portada_contigut_noticies .veure_tot_portada {
  border-top: none;
}
.portada_contigut_noticies .item {
  margin-bottom: 10px;
  background: #e9e7e0;
  text-align: center;
}
.portada_contigut_noticies .item .titol {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 130%;
}
.portada_contigut_noticies .item:hover .titol {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
}
.portada_contigut_noticies .data_info {
  color: #333333;
  font-size: 13px;
}
.portada_contigut_noticies .item {
  margin-bottom: 10px;
  font-size: 30px;
}
.portada_contigut_noticies .entradeta-portada {
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  font-weight: 400;
  margin-top: 15px;
}
.banner_portada .titol_banner_espai a {
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  line-height: 150%;
}
.banner_portada .titol_banner_espai a:hover {
  color: #000;
  text-align: left;
}
.banner_portada p {
  color: #333;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.banner_portada img {
  max-width: 100%;
  height: auto;
}
.banner_portada iframe {
  display: block;
  max-width: 100%;
}
.cos_banner .td_justificat {
  font-weight: 600;
}
/*** Canvis de colors, caldrà definir per cada combinació */
.item_portada a.item_link {
  font-family: 'PT Sans Narrow', Verdana;
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding: 30px 10px;
  text-align: center !important;
  letter-spacing: 1px;
}
.item_portada a.item_link:hover {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.agenda_data_portada {
  background: #923C29;
  color: #000000;
  border: none;
}
.c_unic_item_agenda:hover .agenda_data_portada {
  background: #923C29;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.c_unic_item_agenda:hover .c_unic_informacio a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.veure_tot_portada {
  color: #eee;
}
.veure_tot_portada:hover {
  color: #fff;
}
.banner_portada_horitzontal {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.banner_portada_horitzontal img {
  margin: 0 auto;
}
@media (min-width: 375px) and (max-width: 667px) {
  .banner_portada .titol_banner {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding: 30px 0 30px 0;
    font-weight: 900;
    letter-spacing: 0em;
  }
}
/**** fons de contenidors de portada *****/
.seccio_estil_comu .titol_nivell_1 {
  font-weight: 400;
}
.seccio_estil_1 {
  background: #ffffff;
}
.seccio_estil_2 {
  background: #FaFaFa;
  background: linear-gradient(#FAfAFA, #FDFDFD, #ECECEC);
}
.seccio_estil_3 {
  background: #928b7b;
}
.seccio_estil_4 {
  background: #333333;
}
.seccio_estil_4 .titol_nivell_1 {
  color: #ffffff;
}
.portada_text_wysiwyg {
  clear: both;
  padding-top: 0px;
}
.portada_text_wysiwyg .td_justificat {
  font-size: 16px !important;
  font-weight: 300;
}
.form_voltant_portada {
  text-align: center;
  /*.text_cap,.text_peu {
      text-align: left;
  }*/
}
.form_voltant_portada label.error {
  border: none;
  color: red;
  background: none;
  width: inherit;
  display: none !important;
  position: absolute;
  text-align: center;
  display: block;
}
.form_voltant_portada input[type="submit"] {
  float: none !important;
}
.form_voltant_portada input[type="text"] {
  border-radius: 0;
  border: none;
  width: 240px;
  display: inline-block;
}
.form_voltant_portada input[type="text"].error {
  border: 1px solid red;
}
.form_voltant_portada input[type="text"].input_data {
  width: 100px;
}
#container_menu_sup {
  margin-top: 40px !important;
}
/*# sourceMappingURL=estils.css.map */