* {
  font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
}

.row {
  clear: both;
  display: block !important;
}

a.card-button-link.card-secundary-button-link {
  border-bottom: none;
}

.underlineFull {
  border-bottom: 1px solid gray;
  width: 100%;
  display: block;
  font-size: 15px !important;
}

.underlineFull a {
  color: black;
}

.subtitolP {
  color: #6c757d !important;
  font-weight: 400;
}

.svgfletxa {
  float: right;
}

.noUnderlineOnIMG {
  text-decoration: none !important;
}

@media only screen and (max-width: 800px) {
  .dossier_img {
    display: none;
  }
}
/* CSS Document */
div.contingutSearch {
  width: 97%;
  margin-left: 1em;
}

.contingutSearch a {
  font-size: 15px;
  color: #bd0000;
  font-weight: bold;
}

.caixaResultat {
  background-color: whitesmoke;
  padding: 10px;
  border-bottom: 10px solid white;
  margin-left: 20px;
}

#projecte.tr {
  background-color: whitesmoke;
  padding: 10px;
  border-bottom: 10px solid white;
  margin-left: 20px;
  height: 80px;
}

.caixaResultatDossiers {
  height: 165px;
  display: contents;
}

.caixaResultatActivitats {
  height: 125px;
}

div.caixaResultatVideos {
  background-color: whitesmoke;
  padding: 10px;
  border-bottom: 10px solid white;
  margin-left: 20px;
  width: 95%;
  float: left;
}

.senseResultats {
  margin-left: 15px;
}

.testOver {
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
  height: 45px;
  margin-top: 15px;
  font-size: 14px;
}

.testOver::before {
  position: absolute;
  content: "...";
  bottom: 0;
  right: 0;
}

.testOver::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}

.caixaResultatJornades {
  height: 80px;
}

div.cartellCurs {
  background: #006341;
  width: 16%;
  padding: 5px;
  margin-top: 5px;
  float: left;
}

.filagrups {
  padding: 0.5em;
}

.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
  background-color: #f5f5f5 !important;
}

.filagrups td {
  padding: 0.8em;
}

.descripcio {
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.titol {
  font-size: 15px;
  color: #bd0000;
  font-weight: bold;
}

.titol span a {
  font-size: 15px;
  color: #bd0000;
  font-weight: bold;
}

.data {
  /*text-transform: uppercase;*/
}

.dossier_image_container img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.dossier_img {
  max-width: 225px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  height: 130px;
  width: 104px;
  float: right;
}

.textResultatJornades {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.programaCaixa {
  float: right;
}

.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
  background-color: #f5f5f5 !important;
}

.programa {
  background-color: #bd0000;
  padding: 4px 30px 4px 30px;
}

.programa a {
  color: white;
}

/*Subsectors*/
ul.thumbnails, .thumbnails li {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.thumbnails a {
  color: black !important;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail {
  border: none !important;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail h3 {
  text-align: center !important;
}

.subSectorsLi {
  width: 140px;
  /* min-height: 230px; */
  text-align: center;
  display: inline-flex;
}

/*DT*/
.dossier_celda {
  float: left;
  width: 20%;
  position: relative;
  padding: 15px;
  display: inline-block;
}

.dossier_celda_in {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.dossier_img {
  width: 100%;
  height: 275px;
}

.dossier_text_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  overflow: hidden;
  z-index: 200;
  font-size: 14px;
  padding: 10px;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.dossier_text_box:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dossier_titol {
  height: 50px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
  text-transform: none;
  line-height: 25px;
  font-size: 13px;
  font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 35px;
}

.dossier_pie {
  margin-bottom: 15px;
  text-align: left;
  color: #b2b2b2;
  font-size: 11px;
  font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #ddd;
}

.dossier_image_container img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.dossier_img {
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.dossier_image_container {
  overflow: hidden;
}

.documentacio {
  margin-left: 20px;
}

span.pagebanner {
  display: none;
}

span.pagelinks {
  display: none;
}

.odd .even {
  height: 2.5em;
}

.odd td {
  padding-right: 1em;
  padding-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  .odd .even {
    height: 10em;
  }
  .odd td {
    padding-right: 0em;
    padding-bottom: 1em;
  }
}
.col1 {
  float: left;
  width: 33%;
  display: block;
}

.col2 {
  float: left;
  width: 33%;
  display: block;
}

.col3 {
  float: left;
  width: 33%;
  display: block;
}

input[type=text] {
  min-height: 2.5em;
  font-size: 1em;
  border: #D7D3D3 solid 1px;
  width: 10em;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.3em;
}

select.cercador-filtre {
  height: 2.5em;
  width: 10em;
  font-size: 1em;
  border: #D7D3D3 solid 1px;
  width: 90%;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.3em;
}

a:hover {
  text-decoration: underline;
}

.btn-primary {
  width: 9em;
  height: 2.5em;
  background-color: #bd0000;
  border: none;
  margin-bottom: 1em;
}

.btn-primary a {
  color: #ffffff;
}

.btn a {
  color: #ffffff;
}

.btn-secondary {
  width: 9em;
  height: 2.5em;
  margin-bottom: 1em;
}

/* Resultados */
h3 {
  font-size: 1.5em;
}

.card {
  padding: 1em;
  border: #D7D3D3 solid 1px;
}

.negrita {
  font-weight: 600;
}

.botones {
  margin-top: 1em;
}

a.card-button-link.card-secundary-button-link {
  border-bottom: solid 1px #D7D3D3;
  padding-bottom: 0.5em;
}

a.card-button-link.card-secundary-button-link img {
  margin-right: 1em;
}

.ajust-link {
  padding-top: 0.5em;
  padding-left: 1em;
}

/* Movil */
@media only screen and (max-width: 600px) {
  .col1, .col2, .col3 {
    width: 100%;
    float: none;
  }
}