@import url('https://fonts.googleapis.com/css?family=Roboto');
/**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    * personalitzat (aa 07/2014)
    */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
/*ol, ul {
    list-style: none;
    }*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #dfdfdf;
}
@media print {
  body {
    background-color: #fff;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.container {
  background-color: #fff;
  margin: 0 auto 40px auto;
  box-shadow: 0 3px 5px #b2b2b2;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 90%;
    max-width: 1200px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .container {
    width: 98%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 99%;
  }
}
header {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ee7803), color-stop(1, #f48822));
  background-image: -o-linear-gradient(right bottom, #ee7803 0%, #f48822 100%);
  background-image: -moz-linear-gradient(right bottom, #ee7803 0%, #f48822 100%);
  background-image: -webkit-linear-gradient(right bottom, #ee7803 0%, #f48822 100%);
  background-image: -ms-linear-gradient(right bottom, #ee7803 0%, #f48822 100%);
  background-image: linear-gradient(to right bottom, #ee7803 0%, #f48822 100%);
}
.capsalera {
  padding-right: 25%;
  position: relative;
  min-height: 120px;
}
@media only screen and (max-width: 767px) {
  .capsalera {
    padding-right: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .capsalera {
    padding: 0;
  }
}
.capsalera ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.capsalera ul li {
  display: inline-block;
  vertical-align: middle;
}
.logo {
  margin: 3px 0 0 10px;
}
@media only screen and (max-width: 480px) {
  .logo {
    max-width: 60%;
    height: auto;
  }
}
.lema {
  /*margin-left: 1em;*/
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .lema {
    width: 60%;
  }
}
.lema-tit {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 1px 1px #333;
  padding-top: 18px;
}
@media only screen and (max-width: 480px) {
  .lema-tit {
    font-size: 1.8rem;
  }
}
.lema-lema {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px #333;
  padding-top: 9px;
}
@media only screen and (max-width: 480px) {
  .lema-lema {
    font-size: 0.65rem;
  }
}
.altres {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .altres {
    display: block;
    width: 100%;
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 480px) {
  .altres {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 1rem;
  }
}
@media print {
  .altres {
    display: none;
  }
}
nav.idiomes {
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  nav.idiomes {
    float: left;
    width: 50%;
    text-align: left;
  }
}
@media print {
  nav.idiomes {
    display: none;
  }
}
nav.idiomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.idiomes li {
  display: inline-block;
  padding: 0 6px;
  border-right: 1px #fff solid;
  color: #fff;
  font-size: 0.8rem;
  /*font-weight: bold;*/
}
a.idioma {
  color: #000000;
  font-size: 0.8rem;
  text-decoration: none;
  /*font-weight: bold;*/
}
a.idioma:hover {
  color: #FFFFFF;
  /*font-weight: bold;*/
  text-decoration: none;
}
nav.idiomes li:last-child {
  border: none;
}
.acceso-zp {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  border-left: 1px #fff solid;
  padding: 8px 8px 0 8px;
  margin: 3px 0;
}
@media only screen and (max-width: 767px) {
  .acceso-zp {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .acceso-zp {
    display: none;
  }
}
@media print {
  .acceso-zp {
    display: none;
  }
}
.acceso-zp p {
  margin-bottom: 6px;
}
.acceso-zp a {
  color: #fff;
  text-decoration: none;
}
.acceso-zp a:hover {
  color: #fff;
  text-decoration: underline;
}
.acces-mobil {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 480px) {
  .acces-mobil {
    display: block;
  }
}
.acces-mobil a {
  color: #fff;
  font-size: 2.5rem;
}
.acces-mobil a:hover {
  color: #11568b;
}
.xsocials {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .xsocials {
    padding-top: 0;
    float: right;
    width: 50%;
  }
}
@media print {
  .xsocials {
    display: none;
  }
}
.xsocials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.xsocials ul li {
  display: inline-block;
  margin: 0 4px;
}
.xsocials img{
	max-width: 20px;
}
.barra {
  clear: both;
  background-color: #4c4c4c;
  color: #fff;
  padding: 3px 5px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .barra {
    margin-bottom: 0.7rem;
  }
}
.barra ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.barra ul li {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .barra ul li {
    display: block;
    margin: 5px 0;
  }
}
.elem-1 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .elem-1 {
    width: 100%;
  }
}
.elem-2 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .elem-2 {
    width: 100%;
  }
}
.elem-3 {
  width: 28%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .elem-3 {
    width: 100%;
  }
}
.contacto-top:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.contacto-top {
  display: inline-block;
  margin: 0 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  /*background-image: url(../Uploads/Imgs/Interface/ico_contacto.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 24px;*/
}
@media only screen and (max-width: 767px) {
  .contacto-top {
    margin: 0 0.5em 0 0;
  }
}
.contacto-top:hover,
.blog-top:hover {
  color: #fff;
  text-decoration: underline;
}
.blog-top:before {
  font-family: "Font Awesome 5 Free";
  content: "\f781";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.blog-top {
  display: inline-block;
  margin: 0 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-top {
    margin: 0;
  }
}
main {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.imagen-top {
  position: relative;
  width: 100%;
  min-height: 27em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10em 12em;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .imagen-top {
    min-height: 15em;
    padding: 3em;
  }
}
.imagen-top-caption {
  background: rgba(168, 168, 168, 0.5);
}
.imagen-top-caption h1 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #333;
  font-size: 3rem;
  /*margin-bottom: 1.5rem;*/
  padding: 1rem 0;
  margin: 0;
}
.imagen-top-caption h2 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #333;
  font-size: 1.8rem;
  padding: 1rem;
}
.imagen-credit {
  background-color: #b2b2b2;
  color: #fff !important;
  padding: .35rem 1rem;
  font-size: 0.75rem;
  color: #222;
}
@media only screen and (max-width: 480px) {
  .imagen-credit {
    padding: .35rem .5rem;
  }
}
.wrap {
  margin: 1rem 1.5rem;
}
@media only screen and (max-width: 480px) {
  .wrap {
    margin: .5rem;
  }
}
/* entrada blog */
.wrap-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .wrap-content {
    flex-direction: column;
  }
}
.wrap-content .item {
  /*flex: 1 0 30%; */
  flex: 1 0 50%;
  background-color: #dfdfdf;
  /*max-width: 30%; */
  max-width: 48%;
  margin: 1rem 1%;
}
@media only screen and (max-width: 480px) {
  .wrap-content .item {
    flex: 1 0 auto;
    max-width: 100%;
    margin: 1rem 0;
  }
}
.item img {
  width: 100%;
  height: auto;
}
.item-content {
  padding: 1rem;
}
.item h3 a {
  color: #EE7803;
  font-weight: bold;
}
.item h3 {
  padding-bottom: 0.5rem;
}
.item-data {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
/* contingut post blog */
.wrap-content-post {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .wrap-content-post {
    flex-direction: column;
  }
}
.content-post {
  flex: 1 0 70%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .content-post {
    flex: 1 0 auto;
    max-width: 100%;
    margin: 1rem 0;
  }
}
.content-post h1 {
  margin-bottom: 1rem;
}
.post-meta {
  color: #000;
  padding: 0.35rem;
  font-size: 0.875rem;
  line-height: normal;
  background-color: #f2f3f5;
}
.post {
  margin: 1rem 0;
}
.tag-list {
  flex: 1 0 25%;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .tag-list {
    flex: 1 0 auto;
    max-width: 100%;
    margin: 1rem 0;
  }
}
.tag-list h3 {
  font-size: 1.2rem;
  padding: 0 .5em .5em .5em;
  border-bottom: 1px #000 dashed;
  margin-bottom: 2rem;
}
.tag-list p {
  padding: 0 .5rem;
}
.show-more {
  margin: 30px 0;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 8px 0;
  text-align: center;
}
a.mostra-mes {
  display: block;
  cursor: pointer;
  font-weight: bold;
  margin: 30px 0;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 8px 0;
  text-align: center;
}
a.mostra-mes:hover {
  font-weight: bold;
}
.menusit {
  padding: 1em 0;
  font-size: 0.8rem;
  color: #2e2e2e;
}
.menusit a {
  font-size: 0.8rem;
  color: #2e2e2e;
  text-decoration: none;
}
.menus a:hover {
  color: #2e2e22;
  text-decoration: underline;
}
footer {
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0 0 8px 0;
  list-style: none;
}
footer ul li {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px #000 solid;
}
footer ul li:last-child {
  border: none;
}
footer li a {
  color: #000;
  text-decoration: none;
}
footer li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-bottom {
  padding: 6px 15px;
  background-color: #4c4c4c;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .footer-bottom span {
    display: block;
    font-size: 0.875rem;
  }
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}
/********** ACCESO ZONA PRIVADA **************/
.acceso-zp fieldset {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.acceso-zp label {
  float: left;
  color: #fff;
  width: 35%;
  font-size: 0.8rem;
}
.acceso-zp input[type=text],
.acceso-zp input[type=password] {
  background-color: #FFFFFF;
  border-right: 1px #f48622 solid;
  border-left: 1px #f48622 solid;
  border-bottom: 1px #bfbfbf solid;
  border-top: 1px #e5caaf solid;
  font-size: 0.8rem;
  color: #2e2e2e;
  width: 45%;
  padding: 0 2px;
}
.acceso-zp input[type=submit] {
  background-color: #2e2e2e;
  color: #FFF;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  border: none;
  padding: 3px 10px;
  cursor: pointer;
}
.acceso-zp input[type=submit]:hover {
  background-color: #757575;
}
.acceso-zp button,
.form-buscador button {
  border: none;
  background-color: transparent;
}
.cercador button {
  background-color: transparent;
  border: none;
}
.form-buscador {
  float: right;
}
@media only screen and (max-width: 480px) {
  .form-buscador {
    float: none;
  }
}
.form-buscador fieldset {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.form-buscador p {
  margin: 0;
  line-height: normal;
}
.form-buscador label {
  padding-right: 5px;
  float: none;
}
.form-buscador input[type=text] {
  color: #2e2e2e;
  background-color: #FFFFFF;
  border: 1px #4c4c4c solid;
  font-size: 0.6875rem;
  padding: 0 2px;
}
/**************** fabricants **************/
.fab-busca,
.soc-busca {
  background-color: #eee;
  padding: 10px 25px 0 25px !important;
  margin-bottom: 2em !important;
}
.colform {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .colform {
    float: none;
    width: 100%;
  }
}
.colform select {
  height: 140px;
  /*font-size: 11px;*/
}
.colform label,
.label-block {
  float: none !important;
  width: 100% !important;
  display: block;
}
.soc-busca select {
  width: auto !important;
}
/**************** generals ****************/
.wrap fieldset {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  position: relative;
}
.wrap label {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .wrap label {
    float: none;
    width: 100%;
    display: block;
  }
}
.wrap input[type="text"],
.wrap input[type="email"],
.wrap select {
  border: 1px solid #cfcfcf;
  padding: 2px 3px;
  width: 60%;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .wrap input[type="text"],
  .wrap input[type="email"],
  .wrap select {
    width: 90%;
  }
}
.wrap input[type=password] {
  border: 1px solid #cfcfcf;
  padding: 2px 3px;
  width: 30%;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .wrap input[type=password] {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .wrap select {
    width: auto;
  }
}
.wAdap {
  width: auto !important;
}
.wrap textarea {
  border: 1px solid #cfcfcf;
  padding: 2px 3px;
  width: 60%;
  height: 5em;
  font-size: 0.875rem;
  color: #666;
}
.w50 {
  width: 30% !important;
}
@media only screen and (max-width: 480px) {
  .w50 {
    width: 80% !important;
  }
}
.wrap input[type=submit] {
  background-color: #11568b;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.wrap input[type=submit]:hover,
.wrap input[type=reset]:hover {
  opacity: 0.8;
}
.wrap input[type=reset] {
  background-color: #ccc;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #000;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  margin-left: 2em;
}
.selec-boletin select {
  width: auto;
}
.selec-boletin p {
  color: #ee7a03;
  text-align: right;
}
.selec-boletin a {
  color: #ee7a03;
}
.selec-boletin a:hover {
  color: #ee7a03;
}
.wrap input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.wrap input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  /*line-height:20px;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  /*font-size:20px;*/
  vertical-align: middle;
  cursor: pointer;
}
.wrap input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}
.wrap label.css-label {
  background-image: url(../images/csscheckbox_7875fc1239d5ca042ef23656d749e383.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap p.submit {
    margin-top: 40px;
  }
}
p.botons-accio {
  margin-top: 1em;
}
p.avis-form {
  text-align: right;
  font-style: italic;
}
h2.frm-boletin {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f28a21), color-stop(1, #ee7d04));
  background-image: -o-linear-gradient(bottom, #f28a21 0%, #ee7d04 100%);
  background-image: -moz-linear-gradient(bottom, #f28a21 0%, #ee7d04 100%);
  background-image: -webkit-linear-gradient(bottom, #f28a21 0%, #ee7d04 100%);
  background-image: -ms-linear-gradient(bottom, #f28a21 0%, #ee7d04 100%);
  background-image: linear-gradient(to bottom, #f28a21 0%, #ee7d04 100%);
  border-top: 1px #f7b97a solid;
  box-shadow: 0 3px 5px #b2b2b2;
  color: #fff;
  margin-bottom: 1em;
  padding: 3px;
}
fieldset.izp {
  margin: 4rem auto;
  width: 50%;
}
.izp label {
  display: block;
}
.izp input[type=text],
.izp input[type=password] {
  border: 1px #ccc solid;
  padding: 2px 1px;
  font-size: 0.875rem;
}
.izp input[type=submit] {
  border: none;
  background-color: #EE7D04;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  padding: 6px 16px;
  cursor: pointer;
}
.izp input[type=submit]:hover {
  opacity: 0.8;
}
.afegit {
  font-style: italic;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .afegit {
    display: block;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #444444;
  text-decoration: none;
}
p,
li {
  font-size: 0.875rem;
  margin-bottom: 0.8em;
  line-height: 1.4em;
}
h1 {
  font-size: 1.4rem;
  color: #ee7803;
  /*border-bottom: 1px #cdcdcd solid;*/
}
h2 {
  font-size: 1rem;
  color: #ee7803;
}
a {
  color: #11568b;
  text-decoration: none;
}
a:hover {
  color: #ee7803;
  text-decoration: underline;
}
img {
  border: none;
}
.lnkbol {
  font-weight: bold;
  color: #2e2e2e;
  text-decoration: none;
}
a.lnkbol {
  font-weight: bold;
  color: #11568b;
  text-decoration: none;
}
a.lnkbol:hover {
  font-weight: bold;
  color: #2e2e2e;
  text-decoration: underline;
}
.texto {
  color: #222222;
  text-decoration: none;
}
.textoAzul {
  font-weight: bold;
  color: #11568b;
  text-decoration: none;
}
.textoRojo {
  color: #990000;
  text-decoration: none;
}
.destacado {
  color: #11568b;
  text-decoration: none;
}
.destacado_b {
  font-weight: bold;
  color: #11568b;
  text-decoration: none;
}
a.destacado {
  color: #ee7803;
  text-decoration: none;
}
a.destacado:hover {
  color: #11568b;
  text-decoration: none;
}
a.destBnrHome {
  color: #ee7803;
  text-decoration: none;
}
a.destBnrHome:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.titulo {
  font-weight: bold;
  font-size: 1rem;
  color: #F18645;
  text-decoration: none;
  /*letter-spacing: 2px;*/
  /*padding-top: 2.5em;*/
  border-bottom: none;
}
.tituloNI {
  /*font-weight: bold; */
  color: #ee7803;
  text-decoration: none;
  line-height: normal;
  letter-spacing: 2px;
  border-bottom: none;
  margin-bottom: 1em;
}
.capcalendari {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #9fb8dc;
}
.calendari {
  border: 1px #9fb8dc solid;
}
.calendarics {
  border: 1px #9fb8dc solid;
  background-color: #f0f0f0;
  color: #FF0000;
}
.voragris {
  border: 1px #cdcdcd solid;
  padding: 4px;
}
.llistapunt {
  list-style-image: url(../Uploads/Imgs/Menu_arriba/puntoLista.gif);
  list-style-type: square;
}
.bottomline {
  border-bottom: 1px #cdcdcd solid;
  padding-bottom: 10px;
}
sub,
sup {
  font-size: 8px;
  /*font-family: Arial, Helvetica, sans-serif;*/
}
a.lnkBotCat {
  background-image: url(images/bgBotCat.png);
  background-repeat: repeat-x;
  background-position: top left;
  margin-top: 5px;
  border: 1px #515151 solid;
  padding: 2px 2px 0 2px;
  height: 18px;
  text-decoration: none;
  color: #444444;
  font-size: 10px;
}
a.lnkBotCat:hover {
  background-image: url(images/bgBotCat.png);
  background-repeat: repeat-x;
  background-position: top left;
  margin-top: 5px;
  border: 1px #515151 solid;
  padding: 2px 2px 0 2px;
  height: 18px;
  font-size: 10px;
  text-decoration: none;
}
.destXIII-L {
  color: #996699;
}
.destII-T {
  color: #6699cc;
}
.destXIV-L {
  color: #71561f;
}
.destIII-T {
  color: #4e7ea6;
}
ul.llista-resp {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.llista-resp li {
  margin-right: 2%;
  display: inline-block;
  width: 47%;
}
@media only screen and (max-width: 480px) {
  ul.llista-resp li {
    display: block;
    width: 100%;
  }
}
ul.llista-resp li img {
  max-width: 100%;
}
.llista-resp li:last-child {
  margin-right: 0;
}
p.destacado-gris {
  font-size: 0.9rem;
  background-color: #f2f2f2;
  padding: 0.5rem;
}
.decalogo-title {
  border-radius: 40px 0 0 0;
  margin: 40px 0 20px 0;
}
.decalogo-title:after {
  content: "";
  display: block;
  color: #fff;
  border-radius: 40px 0 0 0;
  background-color: #fff;
  height: 40px;
}
.decalogo-title-bg1 {
  background-color: #abbf47;
}
.decalogo-title-bg2 {
  background-color: #6ec05d;
}
.decalogo-title-bg3 {
  background-color: #009577;
}
.decalogo-number {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 6px;
}
.decalogo-title ul {
  margin: 8px 10px 8px 30px;
  padding: 0;
  list-style: none;
}
.decalogo-title li {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
.decalogo-title li:first-child {
  width: 65%;
}
@media only screen and (max-width: 480px) {
  .decalogo-title li:first-child {
    width: 49%;
    vertical-align: bottom;
  }
}
.decalogo-title li:last-child {
  width: 33%;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .decalogo-title li:last-child {
    width: 49%;
  }
}
.decalogo-title li img {
  max-width: 200px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .decalogo-title li img {
    max-width: 100%;
  }
}
