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

  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 ****/
/*******************************************************************

  Estils generals de maquetació de la web.

  Inclou tots els estils generals de la web.


*********************************************************************/
/***************************************************
    Estils generics html
***************************************************/
hr {
  color: #ffffff !important;
  background: #ffffff !important;
  height: 1px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eeeeee;
}
h1 {
  padding: 0;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  font-family: 'Eczar', Lato, Verdana;
  color: #A60000;
}
h2 {
  font-size: 1.2em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-family: Lato, sans-serif, Verdana, Arial !important;
}
h3,
h4,
h5 {
  font-family: Lato, sans-serif, Verdana, Arial !important;
}
.info_contingut ul {
  margin-top: 20px;
  padding-left: 1.8em;
}
.info_contingut ul a {
  color: #A60000;
}
.info_contingut ul li {
  list-style: none;
  margin-bottom: 5px;
}
.info_contingut ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  margin: 0 5px 0 -15px;
  color: #A60000;
}
.info_contingut ul li ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  margin: 0 5px 0 -15px;
  color: #A60000;
  opacity: 0.8;
}
.info_contingut ul li ul li ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  margin: 0 5px 0 -15px;
  color: #A60000;
  opacity: 0.6;
}
a {
  color: #A60000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
td {
  font-family: Lato, sans-serif, Verdana, Arial !important;
  text-decoration: none;
}
/***************************************************
    FI Estils generics html
***************************************************/
/***************************************************
    Formularis
****************************************************/
.form_voltant form {
  padding: 0px 20px 0px 20px;
}
label {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
label .etiqueta_obligatori_text {
  display: inline-block;
  float: left;
}
label .etiqueta_form_obligatori {
  font-size: 0;
  background: url("../img/sprites.png") top left no-repeat;
  width: 13px;
  height: 12px;
  background-position: -10px -545px;
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 3px;
  font-weight: 400 !important;
}
label.error {
  display: none;
  font-size: 13px;
}
form {
  margin-top: 30px;
  margin-bottom: 30px;
}
input,
textarea,
select {
  font-family: Lato, sans-serif, Verdana, Arial !important;
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 5px 4px 5px 4px;
  margin: 10px 5px 3px 1px;
}
.valor_read_only {
  font-weight: normal;
  width: 50%;
}
.espai_valor_text {
  padding-top: 2px;
}
select {
  width: 100%;
}
.input_check {
  font-family: Lato, sans-serif, Verdana, Arial !important;
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  border: none;
  padding: 1px ;
  margin: 1px 5px 1px 1px;
  cursor: pointer;
}
input[type="submit"],
.boto {
  font-family: Lato, sans-serif, Verdana, Arial !important;
  background: #A60000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.boto-petit {
  font-family: Lato, sans-serif, Verdana, Arial !important;
  background: #A60000;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  padding: 4px 20px 4px 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  border: none;
  font-weight: normal;
}
.boto {
  display: inline-block;
}
.boto a {
  background: #A60000;
  color: #ffffff;
}
.submit_loader {
  background-image: url(../img/ajax-loader-submit.gif);
  background-repeat: no-repeat;
  background-position-y: 8px;
  background-position-x: 2px;
}
.submit_loader_petit {
  background-image: url(../img/ajax-loader-submit.gif);
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: 2px;
}
input[type="submit"]:hover,
.boto:hover,
.boto-petit:hover {
  background: rgba(167, 0, 0, 0.75);
  color: #ffffff;
  text-decoration: none;
}
input[type="checkbox"] {
  margin-right: 10px;
}
input[type="button"] {
  font-family: Lato, sans-serif, Verdana, Arial !important;
  background: #A60000;
  color: #ffffff;
  padding: 6px 10px 6px 10px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
}
input[type="radio"] {
  margin-right: 7px;
}
td input[type="radio"] {
  margin-right: 0px;
}
.ui-datepicker-calendar .ui-state-default {
  border: 1px solid #AFBDC8;
  background: #ffffff;
  text-align: center;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  border: 1px solid #A60000;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  padding: 2px;
}
.text_check,
.text_radio {
  cursor: pointer;
}
label.error {
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 5px;
  display: block;
  padding: 4px 10px 4px 10px;
  margin-top: 5px;
  display: none;
  background: rgba(255, 0, 0, 0.5);
  color: #ffffff;
  width: 84%;
}
/***************************************************
    FI Formularis generics
****************************************************/
/***************************************************
    Estils estructura general plana
***************************************************/
body {
  padding: 0px;
  margin: 0px;
  font-family: Lato, sans-serif, Verdana, Arial !important;
  color: #333333;
  top: 0;
}
.capsuperior {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0) !important;
  width: 100%;
  margin-top: 15px !important;
}
#info_usuari {
  font-size: 15px;
  color: #A60000;
  font-weight: bold;
  background-repeat: no-repeat;
  text-align: right;
}
#logo_mb {
  padding: 10px 0px 10px 10px;
}
#cos {
  padding-top: 10px;
  background: #ffffff;
}
#cos_info {
  text-align: left;
  margin-bottom: 20px;
}
#contingut {
  padding: 0px 0px 20px 0px;
  clear: both;
  background: #ffffff;
}
#cap_interior {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
#cap_interior img {
  width: 100%;
}
#logo {
  display: table;
}
#img_logo {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
#tel_idiomes {
  text-align: right;
  margin-top: 5px;
}
#tel_idiomes div {
  vertical-align: middle;
}
#slogan {
  font-size: 25px;
  overflow: hidden;
  padding-left: 20px;
  line-height: 110%;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  font-family: Eczar;
}
#telefon_xs {
  font-size: 17px;
  overflow: hidden;
  padding-left: 20px;
  line-height: 110%;
  font-weight: 400;
  display: table-cell;
  padding-top: 15px;
  text-align: right;
}
#telefon_contacte {
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}
/***************************************************
    FI Estils estructura general plana
***************************************************/
/***************************************************
    Titols i resaltats
***************************************************/
.titol_nivell_1 {
  color: #A60000;
  font-size: 30px;
  line-height: 120%;
  margin: 20px 0px 15px 0px;
  font-weight: 600;
  clear: both;
}
.titol_nivell_2 {
  color: #000000;
  font-size: 22px;
  padding-top: 10px;
  line-height: 120%;
  margin: 15px 0px 10px 0px;
  font-weight: 500;
}
.titol_nivell_3 {
  color: #516068;
  font-size: 20px;
  padding: 0px;
  line-height: 120%;
  margin: 10px 0px 5px 0px;
  font-weight: 500;
  clear: both;
}
.resaltat_nivell_1 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-weight: 600;
  color: #A60000;
}
.resaltat_nivell_2 {
  color: #A60000;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.resaltat_nivell_3 {
  color: #fff;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: block;
  margin-left: 20%;
  margin-right: 20%;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  padding: 30px 30px 30px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 110%;
  background: #ffffff;
}
.resaltat_2_columns {
  margin-top: 20px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
  -webkit-column-gap: 8rem;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 8rem;
  /* Firefox */
  column-gap: 8rem;
  -webkit-column-rule-style: solid;
  /* Chrome, Safari, Opera */
  -moz-column-rule-style: solid;
  /* Firefox */
  column-rule-style: solid;
  -webkit-column-rule-color: #dddddd;
  /* Chrome, Safari, Opera */
  -moz-column-rule-color: #dddddd;
  /* Firefox */
  column-rule-color: #dddddd;
  -webkit-column-rule-width: 1px;
  /* Chrome, Safari, Opera */
  -moz-column-rule-width: 1px;
  /* Firefox */
  column-rule-width: 1px;
}
.resaltat_3_columns {
  margin-top: 20px;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
  -webkit-column-gap: 2rem;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 2rem;
  /* Firefox */
  column-gap: 2rem;
}
/***************************************************
    FI Titols i resaltats
***************************************************/
/***************************************************
    Peu de pagina - superior
***************************************************/
#peu_sup {
  background-color: #A60000;
  color: #ffffff !important;
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 16px;
}
#peu_contacte {
  text-align: center;
  line-height: 120%;
}
#peu_sup .titol {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#peu_sup a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 200;
}
#peu_sup a:hover {
  text-decoration: underline;
}
/***************************************************
    Peu de pagina - inferior
***************************************************/
#peu_inf {
  color: #333333;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#peu_inf a {
  color: #333333;
  text-decoration: none;
}
#peu_inf a:hover {
  text-decoration: underline;
}
.enllas_directe {
  padding-right: 10px;
}
.enllas_directe.amb_separador:before {
  content: "·";
  margin-right: 10px;
}
.banner_peu {
  margin-bottom: 10px;
}
.banner_peu .contenidor_banner {
  text-align: left;
  width: 100%;
  background: none;
}
.banner_peu .contenidor_banner_espai {
  padding: 0px 8px 10px 0px;
}
.banner_peu .titol_banner {
  padding: 0px;
  margin: 0 auto;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner_peu .titol_banner a {
  display: block;
  text-decoration: none;
  color: #A60000;
}
.banner_peu .titol_banner a:hover {
  text-decoration: underline;
  color: #000000;
}
.banner_peu .titol_banner_espai {
  padding-left: 0px;
  padding-bottom: 0px;
  color: #ED7E00;
}
.banner_peu .cos_banner {
  text-align: left;
}
.banner_peu .cos_banner .cos_banner table {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}
.banner_peu .cos_banner .td_justificat {
  font-size: 14px;
  line-height: 120%;
  color: #333333;
}
.banner_peu .cos_banner a {
  color: #A60000;
}
.banner_peu .cos_banner a:hover {
  color: #000000;
  text-decoration: none;
}
.banner_peu .cos_banner p {
  margin: 3px 0px 6px 0px;
}
/***************************************************
    Fi Peu de pagina
***************************************************/
/***************************************************
   Breadcrumbs
***************************************************/
.breadcrumbs_llista {
  margin: 0px;
  padding: 0px;
}
.breadcrumbs_llista li {
  float: left;
  list-style: none;
  color: #333;
}
#breadcrumbs a {
  color: #888;
  font-size: 16px;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
}
/***************************************************
    FI Breadcrumbs
***************************************************/
/***************************************************
    Informació debug a peu de pàgina
***************************************************/
#debug_info_ext {
  text-align: center;
  margin: 0 auto;
  font-family: "Courier new", Arial;
  font-size: 10pt;
  width: 100%;
  padding: 10px;
}
#debug_info {
  text-align: center;
  border: 1px solid #666666;
  padding: 8px;
  background-color: #ffffff;
  margin-top: 10px;
}
/***************************************************
    FI Informació debug a peu de pàgina
***************************************************/
/***************************************************
    Menu selector idiomes
***************************************************/
#menu_idiomes {
  display: inline-block;
}
#menu_idiomes ul {
  margin: 0;
  padding: 0;
  color: #000000;
}
#menu_idiomes ul li {
  font-size: 15px;
  list-style: none;
  list-style-image: none;
  display: inline;
  padding-left: 5px;
  text-transform: lowercase;
}
#menu_idiomes ul a {
  color: #777777;
  text-decoration: none;
}
#menu_idiomes ul a:hover {
  text-decoration: underline;
}
#menu_idiomes .amb_separador:before {
  content: "|";
  margin-right: 5px;
}
/**************************************************
    Menú principal
***************************************************/
#container_menu_sup nav {
  margin: 0;
}
#menu_deplegable {
  display: table;
  margin: 0;
  padding: 16px 0px 10px 0px;
}
#menu_deplegable li {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#menu_deplegable .item_menu {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 110%;
  padding: 7px 10px 7px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#menu_deplegable .menu_no_seleccionat {
  color: #000000;
}
#menu_deplegable .menu_seleccionat {
  color: #A60000;
}
#menu_deplegable .menu_no_seleccionat:hover {
  color: #A60000;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-default {
  background-color: #fff !important;
}
/*** Part inferior del menú *******/
.dropDown {
  margin-top: 8px;
  position: absolute;
  width: 430px;
  display: none;
  color: #333333;
  z-index: 100;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
}
.submenu_principal {
  display: inline-block;
  vertical-align: top;
}
.submenu_principal .titol {
  display: block;
  padding: 7px 20px 7px 20px;
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
}
.submenu_principal .titol:hover {
  color: #A60000;
}
/**************************************************
    FI Menú principal desplegable
***************************************************/
/***************************************************
    Menú fixat superior
***************************************************/
#menu_clavat {
  z-index: 999;
  background: #ffffff;
}
.tiny {
  border-bottom: 1px solid #888888;
}
.tiny #img_logo {
  width: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tiny #slogan {
  font-size: 18px;
}
/***************************************************
    FI Menú fixat superior
***************************************************/
/***************************************************
    Menú tablet
***************************************************/
/*** Botó per desplegar menú tablet **/
#mostra_menu_tablet {
  float: right;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mostra_menu_tablet .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#mostra_menu_tablet .icon-bar + .icon-bar {
  margin-top: 4px;
}
#mostra_menu_tablet .icon-bar {
  background-color: #888888;
}
#mostra_menu_tablet:hover {
  background-color: #dddddd;
}
/*** Menú tablet **/
#menu_tablet {
  background: rgba(167, 0, 0, 0.75);
  background: #A60000;
  text-align: left;
  padding: 15px 20px 35px 25px;
  z-index: 99;
  position: absolute;
  width: 100%;
}
#menu_tablet .fa {
  margin-left: 10px;
}
#menu_tablet a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
#menu_tablet a:hover {
  text-decoration: underline;
}
#menu_tablet .idioma_mb {
  margin: 0px 0px 10px 0px;
  text-align: left;
}
#menu_tablet .idioma_mb a {
  display: inline-block !important;
  margin-right: 15px;
  font-size: 14px;
  padding: 2px 5px 2px 0px;
  text-decoration: none;
}
#menu_tablet .idioma_mb a:hover {
  text-decoration: underline;
}
#menu_tablet li {
  list-style-type: none;
}
#menu_tablet .tablet_n1 {
  margin-left: 0px;
  padding-left: 0px;
}
#menu_tablet .tablet_n1 > li > a {
  padding: 5px 0px 5px 0px;
  line-height: 110%;
  display: block;
}
#menu_tablet .tablet_n2 > li > a {
  padding: 5px 0px 5px 0px;
  line-height: 110%;
  display: block;
}
#menu_tablet .nivell1 {
  text-transform: uppercase;
}
#menu_tablet .tablet_n2 {
  margin-bottom: 10px;
}
/***************************************************
   FI Menú tablet
***************************************************/
/**************************************************
    Estils menu secundari
***************************************************/
.menu_secundari_titol {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  color: #334653;
  padding: 10px;
}
.menu_secundari {
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 18px;
}
.submenu .no-border,
.submenu_seleccionat .no-border {
  border-top: none !important;
}
.submenu a {
  padding: 5px 10px 5px 5px;
  font-size: 18px;
  font-weight: 400;
  color: #1F1F1F;
  background: #ffffff;
  display: block;
  text-decoration: none;
  border-top: 1px solid #E4E6E4;
}
.submenu_seleccionat a {
  padding: 5px 10px 5px 5px;
  font-size: 18px;
  font-weight: 400;
  color: #678856;
  display: block;
  text-decoration: none;
  border-bottom: none;
  border-top: 1px solid #E4E6E4;
}
.submenu a:hover,
.submenu_seleccionat a:hover {
  color: #678856;
}
/**************************************************
    FI Estils menu secundari
***************************************************/
/**************************************************
    Mapa / Error 404
***************************************************/
#cos_404 {
  padding-left: 0px;
  padding-right: 9px;
  padding-top: 20px;
  text-align: left;
}
li ul {
  margin-bottom: 20px;
}
li {
  line-height: 180% !important;
}
#mapa {
  margin-left: 20px;
}
#mapa li {
  list-style: none;
  padding: 1px;
}
#mapa li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  margin: 0 5px 0 -15px;
  color: #A60000;
}
/**************************************************
    FI Mapa
***************************************************/
/***************************************************
    Estils per al paginador
***************************************************/
.c_paginador {
  clear: both;
  text-align: right;
  padding: 20px 5px 5px 0px;
}
.c_paginador .pagination a {
  font-size: 16px;
}
.c_paginador .pagination > .active > a,
.c_paginador .pagination > .active > a:focus,
.c_paginador .pagination > .active > a:hover,
.c_paginador .pagination > .active > span,
.c_paginador .pagination > .active > span:focus,
.c_paginador .pagination > .active > span:hover {
  background-color: #A60000;
  border-color: #A60000;
}
.c_paginador .pagination > li > a,
.c_paginador .pagination > li > span {
  color: #A60000;
}
.c_paginador .pagination > .active > a {
  color: #ffffff;
}
/***************************************************
    Fi estils paginador
***************************************************/
/***************************************************
    Maquetació  banners text
***************************************************/
.contenidor_banner {
  text-align: left;
  width: 100%;
  font-size: 0.9em;
}
.contenidor_banner_espai {
  padding: 0px 0px 10px 0px;
}
.titol_banner {
  padding: 0px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: #678856;
}
.titol_banner a {
  display: block;
  text-decoration: none;
}
.titol_banner a:hover {
  color: rgba(228, 83, 39, 0.8);
  text-decoration: none;
}
.titol_banner_espai {
  padding-left: 0px;
  padding-bottom: 10px;
  line-height: 110%;
}
.cos_banner {
  text-align: left;
  background: none;
}
.cos_banner table {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3em;
}
.cos_banner td {
  background-color: transparent !important;
}
.cos_banner .taula_foto_left td {
  border: 0px;
  padding: 4px 10px 4px 5px;
  background: transparent !important;
}
.cos_banner .alinea_centre {
  font-size: 15px !important;
  font-weight: 300;
  line-height: 1.3em;
  color: #000000;
}
.cos_banner p {
  margin: 3px 0px 3px 0px;
}
/***************************************************
    FI Maquetació banners text
***************************************************/
/***************************************************
    Contingut maquetat
***************************************************/
.entradeta {
  color: #965B0E;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 140%;
  font-weight: bold;
  text-align: left;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}
.entradeta p {
  margin: 0px;
  padding: 0px;
}
.marge-entradeta {
  overflow: hidden;
}
.text-maquetat {
  padding-bottom: 10px;
  line-height: 16px;
  color: #444 !important;
  overflow: hidden;
}
/***************************************************
    FI Contingut maquetat
***************************************************/
/***************************************************
    Taules i continguts amb imatges
***************************************************/
.imatges {
  width: 105%;
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 6px 5px 6px 20px;
  border-top: none;
  border-bottom: solid 1px #888888;
  font-weight: 700;
}
caption {
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 6px 5px 6px 20px;
  border-top: none;
  border-bottom: solid 1px #888888;
  font-weight: 700;
}
td {
  background: #ffffff !important;
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: none;
  border-bottom: solid 1px #DDDDDD;
  padding: 6px 5px 6px 20px;
}
.taula_continguts {
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 400;
}
.taula_continguts a,
.td_justificat a {
  text-decoration: underline !important;
}
.taula_continguts a:hover,
.td_justificat a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.taula_continguts a:hover,
.td_justificat a {
  text-decoration: none;
}
.td_justificat {
  font-size: 16px;
  color: #333333 !important;
  border: 0px;
  line-height: 150%;
  clear: both;
}
.taula_foto_left {
  width: 1%;
  border: 0;
  float: left;
}
.taula_foto_left td {
  border: 0px;
  padding: 4px 10px 4px 5px;
  background: #ffffff;
}
.taula_foto_right {
  width: 1%;
  padding: 4px;
  border: 0;
  float: right;
}
.taula_foto_right td {
  border: 0px;
  padding: 4px 10px 4px 5px;
  background: #ffffff !important;
}
.taula_foto_center {
  padding: 4px;
  border: 0;
  margin: 0 auto;
}
.taula_foto_center td {
  border: 0px;
  padding: 4px 10px 4px 5px;
  background: none !important;
}
.foto_centrada table {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.foto_centrada table img {
  text-align: center;
  margin: 0 auto;
}
.foto_centrada td {
  border: 0px;
  padding: 4px 10px 4px 5px;
}
.foto_centrada img {
  margin: 0 auto;
}
.taula_envolta {
  overflow: auto;
}
.taula_fotos_horitzontals {
  width: 100%;
  border: 0;
  margin: 0 auto;
}
.taula_fotos_horitzontals td {
  border: 0px;
  padding: 4px 10px 4px 5px;
}
.taula_fotos td {
  border: 0px;
  padding: 4px 10px 4px 5px;
}
.taula_fotos_horitzontals img {
  margin: 0 auto;
}
.taula_continguts {
  border: 0;
}
.taula_no_fil {
  border: 0;
  width: 100%;
}
.taula_no_fil td {
  border: 0px;
  background: #ffffff;
}
.taula_continguts p {
  margin-top: 6px;
}
.txt {
  color: #000000;
  text-decoration: none;
}
.txt_peu_foto {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 1em;
  font-weight: 600;
}
/***************************************************
    FI Taules i continguts amb imatges
***************************************************/
/*********************************************************************************************
    Continguts INFO RELACIONADA: documents  / enllassos / galeria  / mapa / relacionats
**********************************************************************************************/
#opcions-contingut {
  padding: 5px 0px 0px 0px;
  margin-top: 20px;
}
#opcions-contingut ul.tabs {
  width: 100%;
  margin: 0;
  padding: 0px;
}
#opcions-contingut ul.tabs li {
  display: block;
  float: left;
  font-size: 22px;
  font-weight: 400;
}
#opcions-contingut ul.tabs li:before {
  content: '';
  margin: 0;
}
#opcions-contingut ul.tabs li a {
  display: block;
  float: left;
  padding: 0px 20px 0px 0px;
  color: #A60000;
  text-decoration: none;
}
#opcions-contingut ul.tabs li a:hover {
  color: #000000;
  text-decoration: none;
}
#opcions-contingut .selected {
  color: #000000 !important;
}
.amagat_tabs {
  visibility: hidden;
  display: none;
}
.tab-content {
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
.enllas .fa {
  display: inline-block;
  padding-top: 2px;
}
.espai_documents .fa {
  height: 20px;
}
#tabs-p5_titol {
  padding: 0px 0px 10px 0px !important;
}
/***** Item documentació ***********************************/
.icones_docs {
  width: 20px;
}
.espai_documents {
  padding-bottom: 20px;
}
.espai_documents img {
  margin-right: 10px;
}
.espai_documents a {
  display: block;
  margin-bottom: 5px;
  color: #A60000;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.espai_documents a:hover {
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.espai_documents .mida {
  text-decoration: none ;
  color: #444;
  font-size: 0.8em !important;
}
.continguts_relacionats {
  margin-bottom: 20px;
  font-size: 16px;
  color: #212121;
}
.item_continguts_relacionats {
  margin-bottom: 5px;
}
.espai_documents {
  margin: 20px 20px 0px 5px;
  font-size: 15px;
}
.espai_documents .espai_documents a {
  color: #A60000;
  text-decoration: none;
}
.espai_documents .espai_documents a:hover {
  color: #000000;
  text-decoration: underline;
}
.espai_documents .espai_documents .fa {
  display: inline-block;
  padding-top: 2px;
}
.espai_documents .espai_documents .fa {
  height: 20px;
}
/***** Continguts relacionats ***********************************/
.continguts_relacionats {
  margin: 20px 20px 0px 5px;
  font-size: 15px;
}
.continguts_relacionats a {
  color: #A60000;
  text-decoration: none;
}
.continguts_relacionats a:hover {
  color: #000000;
  text-decoration: underline;
}
.continguts_relacionats .enllas a {
  padding-right: 10px;
  display: inline-block;
}
/******** Mapa *****************************/
#d_mapa_localitzacio {
  margin-top: 20px;
}
#d_mapa_localitzacio a {
  display: block;
  text-align: right;
  font-size: 0.8em;
  text-decoration: none;
}
#mapa_localitzacio {
  height: 250px;
  margin: 0px 0px 3px 0px;
}
/*** Galeries continguts: multimedia i més informació ******************************/
.galeries_envolcall {
  padding-bottom: 20px;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  background: #A60000 !important;
}
.jg-entry {
  position: relative;
}
.jg-entry i.fa {
  z-index: 99;
  color: #ffffff;
  margin-top: 100px;
  position: absolute;
  top: 30%;
  left: 42%;
  padding: 0;
  margin: 0;
  text-shadow: -1px 0 #333333, 0 1px #333333, 1px 0 #333333, 0 -1px #333333;
  opacity: 0.85;
}
/*********************************************************************************************
    FI Continguts INFO RELACIONADA: documents  / enllassos / galeria  / mapa / relacionats
**********************************************************************************************/
/***************************************************
    Missatges
***************************************************/
.caixa_miss {
  padding: 10px;
  border: 1px solid #ff0000;
  color: #ff0000;
  margin-bottom: 10px;
}
.caixa_miss_error {
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 30px;
  margin-bottom: 20px;
}
.missatge_error {
  color: #ff0000;
  padding-bottom: 10px;
  padding: 5px 0px 20px 0px;
}
.text_interior_error {
  color: #ff0000;
  padding-bottom: 10px;
}
.boto_tornar {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.boto_tornar a {
  background: #A60000;
  color: #ffffff;
  border-radius: 1px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
}
.enllas_boto {
  background: #A60000;
  color: #ffffff;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
}
.missatges_web {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 90px;
  font-size: 16px;
  font-weight: 200;
}
/***************************************************
    FI Missatges
***************************************************/
/**************************************************************
    FI Sprites per la web  - icones generals
***************************************************************/
/**********************************************************************
**	Estil de formulari breu
**********************************************************************/
.cercador_voltant label.error {
  display: none !important;
}
.cercador_voltant #paraula {
  display: inline-block;
  width: 250px !important;
  border: 1px solid #999999;
  border-radius: 0px;
  margin: 0;
  vertical-align: middle;
}
.cercador_voltant #paraula.error {
  border: 1px solid #ff0000;
}
.cercador_voltant a {
  background: #A60000;
  color: #fff;
  display: inline-block;
  padding: 6px 10px 7px 10px;
  margin: 0;
}
.cercador_voltant a .fa {
  font-size: 20px;
  vertical-align: middle;
}
.cercador_voltant a:hover {
  background: rgba(166, 0, 0, 0.7);
}
.cercador_voltant .txt_submit {
  display: none;
}
/*# sourceMappingURL=principal.css.map */