ul.nav .xarxes-destacats li img {
     width: 25px;
     margin-top: 11px;
}

.navbar-brand > img {
     width: 250px;
}

.no-padding {
     padding: 0 !important;
}

.empordaCard p:first-child {
     height: 125px;
}

.empordaCard img {
     padding-top: 20px;
}

.capmanyes-margin {
	margin-top: 19px;
    	display: block;
}

.actualitat_article {
	margin-bottom: 10px;
}


#cookiesmsg{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #fefefe;
	border-top: 3px solid #E6060B;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
  color:black;
}


#cookiesmsg p{
  color: #666;
}

.btnck{
	border: 1px solid black;
    padding: 10px 30px;
    font-weight: bold;
	height: 36px;
	line-height: 15px;
	font-size: 15px;
	margin: 0 2px 5px;
	display: inline-block;
	float: none;
	vertical-align: bottom;
}


.toggle input {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .toggle {
    position: relative;
    display: inline-block;
  }
  
  label.toggle-item {
    width: 2em;
    background: #2e394d;
    height: 1em;
    display: inline-block;
    border-radius: 50px;
    margin: 0px;
    position: relative;
    transition: all .3s ease;
    transform-origin: 20% center;
    cursor: pointer;
  }
  label.toggle-item:before {
    content: '';
    position: absolute;
    display: block;
    transition: all .2s ease;
    width: 2.3em;
    height: 2.3em;
    top: .1em;
    left: .1em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
    transition: .3s ease;
  }
  
  .toggle label {
    background: #E6060B;
    border: 0.5px solid rgba(117, 117, 117, 0.31);
   /* box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.15);*/
  }
  .toggle label:before {
    content: '';
    position: absolute;
    border: none;
    width: 0.7em;
    height: 0.7em;
    box-shadow: inset 0.5px -1px 1px rgba(0, 0, 0, 0.35);
    background: #fff;
    transform: rotate(-25deg);
  }
  .toggle label:after {
    content: '';
    position: absolute;
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: -5px;
    width: calc(100% + 8px);
    left: -4px;
    z-index: 0;
    box-shadow: inset 0px 2px 4px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(151, 151, 151, 0.2);
  }
  
  .toggle input:checked + label {
    background: #4caf50;
  }
 .toggle input:checked + label:before {
    left: 1.25rem;
  }

  .toggle.readonly input + label {
    background: #145c82;
  }
  
  .toggle.readonly input + label:before {
    left: 1.25rem;
  }
