/** Heuristica Regular **/
@font-face {
    font-family: 'Heuristica-Regular';
    src: url('/themes/user/site/default/asset/font/heuristica/Heuristica-Regular.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Regular.woff') format('woff'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'Heuristica';
    src: url('/themes/user/site/default/asset/font/heuristica/Heuristica-Regular.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Regular.woff') format('woff'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 

}
@font-face {
    font-family: 'Heuristica-Italic';
    src: url('/themes/user/site/default/asset/font/heuristica/Heuristica-Italic.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Italic.woff') format('woff'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/** Heuristica Bold **/
@font-face {
    font-family: 'Heuristica-Bold';
    src: url('/themes/user/site/default/asset/font/heuristica/Heuristica-Bold.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Bold.woff') format('woff'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Heuristica-BoldItalic';
    src: url('/themes/user/site/default/asset/font/heuristica/Heuristica-BoldItalic.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-BoldItalic.woff') format('woff'),
        url('/themes/user/site/default/asset/font/heuristica/Heuristica-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/** karmilla **/
@font-face {
    font-family: 'karmilla';
    src: url('/themes/user/site/default/asset/font/Karmilla-Regular.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/Karmilla-Regular.woff') format('woff'),
        url('/themes/user/site/default/asset/font/Karmilla-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'karmillabold';
    src: url('/themes/user/site/default/asset/font/Karmilla-Bold.woff2') format('woff2'),
        url('/themes/user/site/default/asset/font/Karmilla-Bold.woff') format('woff'),
        url('/themes/user/site/default/asset/font/Karmilla-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1 {
    font-family: 'Heuristica-Bold';
    font-size: 24px;
}

h1 strong {
    font-family: 'Heuristica-Italic';
}

h4 {
  margin-bottom: 22px;
}

p, a, li, h2, h3, h4, h5, h6, div {
    font-family: karmilla, Karla;
    color: #2B2B2B;
}

p a {
    color: #0D43E6;
}

/* BODY */

body {
    background-color: #F7F7F5;
    overflow-x: hidden;
    overflow-y: scroll;
}

header {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #d6d6d6;
    height: 48px;
    margin-bottom: 41px;
}

.grid-x {
    width: 100%;
}

/* UTILS */

.tabletdesktop, .desktoponly {
    display: none;
}

.active {
    color: #0D43E6!important;
}

.bea-button {
    color: #0D43E6;
    padding: 12px;
    border: 1px solid #0D43E6;
    display: inline-block;
    margin: 7px 0;
}

.bea-button a {
    font-size: 14px;
    line-height: 16px;
}

.bea-button:hover {
    background-color: #0D43E6;
    color: white;
}

/* blockquotes */

blockquote p {
    color: #2b2b2b;
    padding-left: 3.5rem;
}

blockquote {
    border-left: 0px;
}

blockquote.green:before {
    content: url(/themes/user/site/default/asset/iconos/quote/true@2x.png);
    margin-right: 20px;
    float: left;
}

blockquote.red:before {
    content: url(/themes/user/site/default/asset/iconos/quote/false@2x.png);
    margin-right: 20px;
    float: left;
}

blockquote.yellow:before {
    content: url(/themes/user/site/default/asset/iconos/quote/half@2x.png);
    margin-right: 20px;
    float: left;
}

blockquote.black:before {
    content: url(/themes/user/site/default/asset/iconos/quote/black@2x.png);
    margin-right: 20px;
    float: left;
}

blockquote.mitges:before {
    content: url(/themes/user/site/default/asset/img/common/Veritat_a_mitges.png);
    margin-right: 20px;
    float: left;
}

.prevpage, .nextpage {
  padding: 10px;
}

.paginate {
    display: block;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}

*/ MENU */ 

.fake {
    color: white;
}

.hmenu {
    width: 100%;
    min-height: 48px;
    display: flex;
    padding: 11px 16px;
}

.menu {
    display: none;
    flex-direction: row;
    align-items: center;
}

.menu ul {
    list-style-type: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding: 0px 8px;
}

.menu li a {
    font-size: 15px;
    display: inline;
    font-weight: bold;
    line-height: 20px;
    padding: 0px;
}

.menu-utils {
    display: flex;
    justify-content: space-around;
}

.menu a:hover, .menu-utils a:hover {
    color: #0D43E6;
    border-bottom: solid 1px #0D43E6;
    padding-bottom: 4px;
}

.menu-search {
    display: none;
}

.menu-social img {
    height: 21px;
    width: auto;
    padding: 0px 9px;
}

.menu-social a:hover, .menu-social img:hover, .menu-langs a:hover {
  text-decoration: none;
    border-bottom: 0px;
}

.menu-langs a {
    padding: 0px 6px;
    color: #666666;
    font-size: 14px;
}

.menu-hamb {
    display: flex;
    float: right;
    align-items: center;
    height: 100%;
}

.menu-hamb img {
    width: 20px;
    height: 16px;
}

.logo-container {
    height: 100%;
}

/* HOME */

.home-logo-mobile {
    text-align: center;
    margin-bottom: 40px;
    display:none;
}

.home-logo-mobile img {
    max-width: 150px;
    margin: auto;
}

.articles-top {
    margin-bottom: 32px;
    border-bottom: solid 1px #d6d6d6;
}

.main-article, .box-article {
    position: relative;
    min-height: 274px;
}

#homepage .main-article h1, #homepage .box-article h1 {
    font-family: 'Heuristica-Regular';
    font-size: 24px;
    line-height: 28px;
}

.main-article-title, .box-article-title {
    position: relative;
    left: -1px;
    bottom: 31px;
    background-color: #F7F7F5;
    max-width: 90%;
    padding: 8px 8px 8px 0;
}

.main-article-info, .box-article-info {
    color: #666666;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
}

.line-of-three {
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 32px;
}

.landing-top {
    padding-bottom: 32px;
}

.landing-top img {
    margin-bottom: 32px;
}

.landing-bottom {
    padding-top: 33px;
    padding-bottom: 48px;
}

#homepage h1 {
    font-family: 'Heuristica-Regular';
    font-size: 32px;
    line-height: 36px;
}

#homepage h1 a {
    font-family: 'Heuristica-Regular';
}

#homepage h1 a:hover {
    color: #0D43E6;
}

.whatsapp-call {
    border-radius: 1px;
    background-color: #2B2B2B;
    padding: 30px;
    margin-bottom: 48px;
}

.whatsapp-call h3 {
    font-size: 20px;
    line-height: 26px;
    color: white;
    font-weight: bold;
}

.whatsapp-call p {
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin: 18px 0;
}

.whatsapp-number p {
    font-size: 37px;
    font-weight: bold;
}

.temp-wsp .whatsapp-number p {
  font-size: 26px;
}

.whatsapp-number {
    margin-top: 26px;
}

.whatsapp-icon-blue {
    margin-bottom: 10px;
}

.whatsapp-icon-blue img {
    max-width: 100px;
}

.banner {
  margin-top: -41px;
    height: auto;
    padding: 2px 10px;
    margin-bottom:41px;
    background-color: #0D43E6;
    text-align: center;
}

.banner p {
  color: white;
  margin: 0px auto; 
}

.banner a {
  text-decoration: underline;
    color: white;
    font-weight: 900;
}

.debat-banner {
    background-color: #0D43E6;
    color: white;
    font-family: 'karmilla', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: -42px;
    margin-bottom: 42px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.debat-banner-text {
    margin-right: 5px;
    text-decoration: none;
    color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.debat-banner-text:hover {
	text-decoration: underline;
}
.countdown {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.debat-banner a {color:white;}

.debat-banner-text a {color:white;}

/* PAGES */

.page-top h1 {
    margin-bottom: 24px;
}

.page-container dt {
    height: 48px;
    margin: 0px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.page-container dt a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 25%;
    width: 100%;
}

.page-container dt a:after {
    display: inline-block;
    background: url(/themes/user/site/default/asset/iconos/dark/arrow-down@2x.png) no-repeat 0 0;
    position: relative;
    content: "";
    float: right;
    background-size: 20px 12px;
    height: 16px;
    width: 20px;
    top: 50%;
}

.page-container dd {
    padding: 18px 21px;
}

/* ARTICLE */

.fc-category {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #0D43E6;
}

.fc-top h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
}

.fc-content {
  margin-top: 25px;
    margin-bottom: 44px;
}

.fc-social {
  margin: 24px -9px;
}

.caption {
  font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.dades-text {
  margin-top: 25px;
  margin-bottom: 44px; 
}

.despiece {
    background-color: rgba(225, 225, 223, 0.5);
    padding: 30px;
    border-radius: 10px;
    margin-top: 2rem;
    border: 1px solid #E1E1DF;
    margin-bottom: 3rem;
}

.despiece p {
  font-size: 1rem;
}

.despiece p:last-of-type {
	margin-bottom: 0px;
}

.despiece h3 {
	line-height: 1;
    margin-top: 0px;
    margin-bottom: 20px
}

/* FOOTER */

.footer {
    padding: 32px 0;
    margin-bottom: 32px;
    border-top: solid 1px #d6d6d6;
}

.footer-left {
    float: left;
}

.footer-left img {
    width: 32px;
}

.footer-right {
    float: right;
}

/* building blocks */

.responsive-hidden-nav-container {
  min-width: 240px;
  padding: .5rem 0.5rem;
}

.responsive-hidden-nav {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 240px;
}

.responsive-hidden-nav a {
  display: block;
  padding: 1.25rem 2rem;
  font-size: 1.1em;
  text-decoration: none;
}

.responsive-hidden-nav a:hover {

}

.responsive-hidden-nav button {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 0.5rem;
  border: 0;
  outline: none;
  cursor: pointer;
}

.responsive-hidden-nav button:hover {

}

.responsive-hidden-nav button::after {
  content: attr(count);
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: -1rem;
  top: .75rem;
  text-align: center;
  font-size: .9em;
  line-height: 1.6;
  border-radius: 50%;
  font-weight: bold;
}

.responsive-hidden-nav button:hover::after {
  -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
          transform: scale(1.075);
}

.responsive-hidden-nav .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.responsive-hidden-nav .hamburger::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
}

.responsive-hidden-nav .hamburger:hover::after {
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.responsive-hidden-nav .visible-links {
  display: inline-table;
  margin: 0;
  padding: 0;
}

.responsive-hidden-nav .visible-links li {
  display: table-cell;
  border-left: 1px solid #1779ba;
}

.responsive-hidden-nav .visible-links li:first-child {
  font-weight: bold;
}

.responsive-hidden-nav .visible-links li:first-child a {
  color: #1779ba !important;
}

.responsive-hidden-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
}

.responsive-hidden-nav .hidden-links li {
  display: block;
  border-top: 0.0625rem solid #115b8d;
}

.responsive-hidden-nav .hidden {
  visibility: hidden;
}

/* infodemia */



#infodemia h1 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 41px;
    letter-spacing: normal;
    color: #2b2b2b;
    margin-bottom: 40px;
}

#infodemia .infodemia-content li a {
  color: #0D43E6;
}

.infodemia-vertical {
  display: list-item!important;
}

#infodemia-menu ul li, #infodemia-menu2 ul li {
    padding: 3px 6px;
    /* font-size: 18px; */
    border: solid 2px #2b2b2b;
    margin-right: 27px;
    line-height: 35px;
    white-space: nowrap;
}

#infodemia-menu ul li img {
    width: 17px;
    padding-right: 5px;
}

#infodemia-menu ul li:hover, #infodemia-menu2 ul li:hover {
  background-color: #2b2b2b;
    border: solid 2px #2b2b2b;
}

#infodemia-menu ul li a:hover, #infodemia-menu ul li:hover a, #infodemia-menu2 ul li a:hover, #infodemia-menu2 ul li a:hover a {
  color: white;
}

#infodemia-menu ul li:hover img, #infodemia-menu2 ul li:hover img {
    filter: invert(100%);
}

#infodemia-menu ul li.selected, #infodemia-menu2 ul li.selected  {
  background-color: #2b2b2b;
}

#infodemia-menu ul li.selected img, #infodemia-menu2 ul li.selected img {
  filter: invert(100%);
}

#infodemia-menu ul li.selected a, #infodemia-menu2 ul li.selected a {
  color: white;
}

#infodemia-menu ul li:nth-of-type(2) img, #infodemia-menu2 ul li:nth-of-type(2) img {
    width: 21px;
    padding-right: 3px;
}

#infodemia-menu ul li:nth-of-type(3) img, #infodemia-menu2 ul li:nth-of-type(3) img {
    width: 21px;
    padding-right: 3px;
}

.infodemia-summary {
  padding: 27px 22px;
    border: solid 2px #2b2b2b;
    max-width: 90%;
    margin-left: 5%; 
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 13px 13px 0 0 #000000;
  box-shadow: 13px 13px 0 0 #000000;

}

.infodemia-summary ul {
  margin-bottom: 0px;
}

.infodemia-summary li {
  font-weight: 900;
}

.background {
  width: 100vw;
}

 .background span {
   background-image: url('https://www.verificat.cat/themes/user/site/default/asset/img/common/Coronavirus.svg');
     opacity: 0.1;
      width: 22vmin;
      height: 22vmin;
      border-radius: 20vmin;
   backface-visibility: hidden;
   position: absolute;
   animation-name: move;
   animation-duration: 6s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
     background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
 .background span:nth-child(1) {
   top: 50%;
   left: 85%;
   animation-duration: 12.5s;
   animation-delay: -2.2s;
   transform-origin: -13vw 9vh;
}
 .background span:nth-child(2) {
   top: 57%;
   left: 92%;
   animation-duration: 10.5s;
   animation-delay: -10.1s;
   transform-origin: 20vw 21vh;
}
 .background span:nth-child(3) {
   top: 60%;
   left: 68%;
   animation-duration: 12.3s;
   animation-delay: -10.9s;
   transform-origin: -22vw 18vh;
}
 .background span:nth-child(4) {
   top: 58%;
   left: 65%;
   animation-duration: 16s;
   animation-delay: -0.8s;
   transform-origin: 24vw 21vh;
}
 .background span:nth-child(5) {
   top: 69%;
   left: 13%;
   animation-duration: 15.6s;
   animation-delay: -7s;
   transform-origin: -2vw 3vh;
}
 .background span:nth-child(6) {
   top: 94%;
   left: 35%;
   animation-duration: 13.9s;
   animation-delay: -10.1s;
   transform-origin: -8vw -24vh;
}
 .background span:nth-child(7) {
   top: 31%;
   left: 49%;
   animation-duration: 14s;
   animation-delay: -8.9s;
   transform-origin: 1vw -7vh;
}
 .background span:nth-child(8) {
   top: 16%;
   left: 11%;
   animation-duration: 12.8s;
   animation-delay: -8.4s;
   transform-origin: 16vw 3vh;
}
 .background span:nth-child(9) {
   top: 52%;
   left: 41%;
   animation-duration: 12.9s;
   animation-delay: -1.6s;
   transform-origin: 9vw 12vh;
}
 .background span:nth-child(10) {
   top: 31%;
   left: 42%;
   animation-duration: 14.7s;
   animation-delay: -2.3s;
   transform-origin: -15vw 7vh;
}
 .background span:nth-child(11) {
   top: 46%;
   left: 23%;
   animation-duration: 14.8s;
   animation-delay: -6.2s;
   transform-origin: -23vw 2vh;
}
 .background span:nth-child(12) {
   top: 79%;
   left: 23%;
   animation-duration: 13.2s;
   animation-delay: -12.2s;
   transform-origin: -3vw 2vh;
}
 .background span:nth-child(13) {
   top: 66%;
   left: 97%;
   animation-duration: 15.2s;
   animation-delay: -6.6s;
   transform-origin: 19vw -5vh;
}
 .background span:nth-child(14) {
   top: 60%;
   left: 4%;
   animation-duration: 10.6s;
   animation-delay: -13.6s;
   transform-origin: -14vw 2vh;
}
 .background span:nth-child(15) {
   top: 70%;
   left: 6%;
   animation-duration: 10.8s;
   animation-delay: -14.4s;
   transform-origin: -5vw 6vh;
}
 .background span:nth-child(16) {
   top: 11%;
   left: 82%;
   animation-duration: 11.8s;
   animation-delay: -1s;
   transform-origin: 0vw -21vh;
}
 .background span:nth-child(17) {
   top: 81%;
   left: 84%;
   animation-duration: 14.4s;
   animation-delay: -11.2s;
   transform-origin: -8vw 3vh;
}
 .background span:nth-child(18) {
   top: 6%;
   left: 79%;
   animation-duration: 10.9s;
   animation-delay: -6.7s;
   transform-origin: -23vw 24vh;
}
 .background span:nth-child(19) {
   top: 21%;
   left: 89%;
   animation-duration: 12.3s;
   animation-delay: -13.8s;
   transform-origin: 1vw -23vh;
}
 .background span:nth-child(20) {
   top: 19%;
   left: 81%;
   animation-duration: 14.9s;
   animation-delay: -12.5s;
   transform-origin: 15vw 19vh;
}
 @keyframes move {
   100% {
     transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
 



/* Small only */

@media screen and (max-width: 40em) {
    .grid-x.grid-padding-x {
        margin-left: 0px!important
    }
    
    .mobile-margin-top {
        margin-top: 1rem;
    }
    
    .no-padding-mobile {
        padding: 0!important;
    }
    
    .debat-banner {
		font-size: 18px;
    }
}

/* Medium and up */

@media screen and (min-width: 40em) {
    .tabletdesktop {
        display: block;
    }
    .mobileonly {
        display: none;
    }
    h1 {
        font-size: 36px;
    }
    header {
        height: 70px;
        margin-bottom: 42px;
        align-items: center;
        justify-content: center;
    }
    .menu {
        display: flex;
    }
    .logo-container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .logo-container img {
        width: 140px;
    }
    /* HOME */
    .home-logo-mobile {
        display: none;
    }
    #homepage h1 {
        font-family: 'Heuristica-Regular';
        font-size: 40px;
        line-height: 44px;
    }
    .landing-top {
        border-bottom: solid 1px #d6d6d6;
    }
    .landing-info {
        padding-top: 58px;
        border-bottom: solid 1px #d6d6d6;
    }
    .landing-info-2 {
        width: 70%;
        margin-left: 15%;
    }
    .landing-bottom {
        padding-top: 58px;
        padding-bottom: 74px;
    }
    .landing-bottom-logos {
        padding-top: 58px;
    }
    .articles-top {
        margin-bottom: 58px;
    }
    .line-of-three {
      margin-bottom: 48px;
  }
    .main-article {
        min-height: 540px;
        max-height: 580px;
    }
    .main-article-title {
        bottom: 55px;
    }
    /* PAGES */
    .page-top h1 {
        padding-left: 16px;
        margin-bottom: 32px;
    }
    .page-container dt {
        height: 56px;
    }
    .page-container dt a {
        font-size: 20px;
        line-height: 24px;
    }
    .page-container dd {
        padding: 24px 27px;
    }
    .static-page {
        min-height: 70vh;
        margin-bottom: 48px;
    }
    
    /* infodemia */
    



#infodemia h1 {
    line-height: 41px;
    margin-bottom: 40px;
}

#infodemia-menu ul li {
    padding: 3px 6px;
    margin-right: 27px;
    line-height: 35px;
    white-space: nowrap;
}

#infodemia-menu ul li img {
    width: 17px;
    padding-right: 5px;
}

#infodemia-menu ul li:nth-of-type(2) img {
    width: 21px;
    padding-right: 3px;
}

#infodemia-menu ul li:nth-of-type(3) img {
    width: 21px;
    padding-right: 3px;
}

.infodemia-summary {
  padding: 27px 22px;
    border: solid 2px #2b2b2b;
    box-shadow:;
    max-width: 80%;
    margin-left: 10%; 
    margin-top: 50px;
    margin-bottom: 100px;
    -webkit-box-shadow: 13px 13px 0 0 #000000;
  box-shadow: 13px 13px 0 0 #000000;

}

.infodemia-summary ul {
  margin-bottom: 0px;
}


.background {
  width: 100vw;
}

 .background span {
   width: 10vmin;
   height: 10vmin;
   border-radius: 10vmin;
}
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .right-articles .box-article {
        padding: 0 10px;
    }
    .box-article-title {
        left: 9px;
    }
}

/* Large and up */

@media screen and (min-width: 64em) {

    .mobiletablet {
        display: none;
    }
    
    .tabletdesktop, .desktoponly {
        display: block;
    }
    
    header {
        margin-bottom: 42px;
        align-items: center;
        justify-content: center;
    }
    
    .hmenu {
        width: 1200px;
        max-width: 1200px;
        min-height: 70px;
    }
    
    .menu-utils {
        justify-content: space-around;
        align-items: center;
    }
    
    .articles-top {
        margin-bottom: 58px;
    }
    
    .main-article {
        height: 580px;
    }
    
    .main-article-image {
        height: 446px;
    }
    
    .main-article-image img {
        width: 100%;
        height: 100%;
    }
    
    #homepage .main-article h1 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .main-article-title {
        position: absolute;
        left: 0;
        bottom: 74px;
        max-height: 100px;
        max-width: 75%;
    }
    
    .box-article-title {
        position: absolute;
    }
    
    .whatsapp-call {
        padding: 50px;
        margin-bottom: 58px;
    }
    
    .whatsapp-call h3 {
        font-size: 22px;
        line-height: 28px;
        color: white;
    }
    
    .whatsapp-call p {
        font-size: 16px;
        line-height: 20px;
        color: white;
    }
    
    .whatsapp-number p {
        font-size: 44px;
    }

    .banner {
        margin-top: -62px;
        padding: 3px;
        margin-bottom: 62px;
    }
    
    .widget { 
        float: right;
        margin: 5px 0px 10px 15px;
        width: 300px;
        padding: 20px;
        position: fixed;
    }

    
    /* ARTICLE */

    .fc-category {
        margin-bottom: 8px;
    }

    .fc-top h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .fc-content {
        margin-top: 33px ;
    }

    .fc-social {
        margin: 16px -9px;
    }
    
   .twitter-tweet {
      width: 96%!important;
      margin-bottom: 24px!important;
      display: flex!important;
      align-items: center;
      justify-content: center;
  }   
    
    /*
  .footer {
    position: absolute;
    width: 1200px;
  }
  */
}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.qc-cmp-persistent-link {
    display: none!important;
}




/* Verificacions*/

    .verificacions-header {
        padding-bottom: 42px;
        padding-top: 42px;
        border-bottom: 1px solid #E1E1DF;
    }
    .verificacions-header h1{
        font-weight: bold;
    }

    .verificacions-menu {
        max-width: 75rem;
        margin: 0 auto 16px;
    }

    .scroll-menu {
      overflow: auto;
      white-space: nowrap;
      min-height: 66px;
    }

    .scroll-menu a {
      display: inline-block;
      text-align: center;
      margin: 16px 18px;
      text-decoration: none;
      font-weight: bold;
    }
    .scroll-menu a:hover {
        color: #0D43E6;
        border-bottom: solid 1px #0D43E6;
    }

    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .verificacions-boxes {
        margin: 56px 0 72px;
    }

    .escola-box {
        border-radius: 1px;
        background-color: #0D43E6;
        padding: 48px 32px;
    }


    .verificacions-boxes .whatsapp-box {
      padding: 48px 32px;
      margin-bottom: 16px;
    }

    @media screen and (min-width: 64em) { 
      .verificacions-boxes .whatsapp-box {
          padding: 60px 42px;
        }
        .escola-box {
            padding: 60px 42px;
        }
    }

    .escola-box a.button {
        background-color: #2B2B2B;
        border: 1px solid #2B2B2B;
    }

    a.button:focus, a.button:hover {
        color: #ffffff;
    }
    .escola-box p {
        color: #FFFFFF;
        margin: 28px 0 24px;
    }
    .escola-box .image-right { 
        float: right; 
    }
    .escola-box .image-logo { 
        width: 220px;
        margin-top: -5px
    }
    .box-article-v2 {
    margin-bottom: 48px;
    }
    .box-article-v2-image {
        max-height: 214px; 
        overflow: hidden;
    }
    .box-article-v2-info {}
    .box-article-v2-category {}
    .box-article-v2-date {}

    .box-article-v2 h2, .box-article-v2 h2 a {
        font-family: 'Heuristica-Bold';
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
    }

    .box-article-v2 h2 a:hover {
        color: #0D43E6;
    }
    .box-article-v2-info {
        margin: 10px 0 4px;
    }

    .box-article-v2-info p {
        float: right;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        margin: 0;
    }

    .box-article-v2-category {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: left;
    }

    .box-article-v2-date {
        color: #666666;
        font-size: 14px;
        margin-left: 12px;
    }

    .box-article-v2-date:before {
        position: absolute;
        content: "";
        height: 10px;
        background-color: #444443;
        width: 1px;
        margin-left: -8px;
        margin-top: 9px
    }

    .pagination {
        display: block;
        margin: 15px 0;
        text-align: left;
        width: 100%;
    }
    .pagination ul {
        list-style-type: none;
        text-align: center;
        padding: 0;
      margin: 0;
    }
    .pagination li {
        display: inline;
        padding: 13px;
    }
    .pagination .active{
        font-weight: bold;
        border-bottom: 2px solid #0D43E6;
    }
    .pagination .page-first, .pagination .page-last {
        display: none;
    }










.main {
}
.article {
}
article header {
   height:auto;
   display:block;
   border:none;
}
.article-category {
   display:block;
   font-size:14px;
   margin-bottom:4px;
   color:#0D43E6;
}
.article-title {
}
.article-title h1, .article-title h1 a {
   font-size:32px;
   line-height:36px;
   margin-bottom:16px;
   /*
   font-family:heuristica,serif;
   font-weight:bold;
   */
   font-family: 'Heuristica-Bold';
}
.article-date {
   color:#666666;
   display:block;
   font-size:14px;
   margin-bottom:16px;
}
.article-social {margin-bottom:16px;}
.article-social img {
   height:24px;
   width:auto;
   padding:0px 9px 0 0;
}
.article-social a:hover,.article-social img:hover,.article-social a:hover {
   text-decoration:none;
   border-bottom:0px;
}
.article-image img {
   margin:0 0 16px 0;
}
.article-image figcaption {
   font-size:14px;
   line-height:1.29;
   text-align:right;
   color:#666666;
   margin:0 0 16px 0;
}
.article-language {
   margin:16px 0;
}
.article-language a {color:#2b2b2b;}
.article-language a:hover,.article-language a.active {color:#2b2b2b;}
.article-language span {
   margin:0 16px;
   color:#e1e1df;
}
.article-keys {
   border:solid 1px #e1e1df;
   padding:24px 32px;
   margin:24px 0 32px;
}
.article-keys-bottom {background-color:poinmk;}
.article-keys-bottom a {font-size:14px;}
.article-keys-bottom img {width:24px;}
.article-keys-bottom .menu-social {display:flex;}
.article-keys-bottom .menu-social a {width:25%;}
.article-keys-bottom .menu-social img {
   width:100%;
   height: 21px;
}
/* Escola sidebar */
.article-sidebar-escola {
   border:solid 1px #e1e1df;
   border-radius:1px;
   padding:30px;
   margin:24px 0 32px;
}
.article-sidebar-escola p {
   margin:16px 0 16px;
   line-height:20px;
}
.article-sidebar-escola img {max-width:200px;}
.article-sidebar-escola a.button {
   width:100%;
   background-color:#e1e1df;
   border:1px solid #e1e1df;
   color:#444443;
   font-weight:bold;
   border-radius:1px;
   margin:0;
   font-size:16px;
   text-align:left;
}
.article-sidebar-escola a.button::after {
   display:inline-block;
   background:url(https://www.verificat.cat/themes/user/site/default/asset/iconos/dark/arrow-right@2x.png) no-repeat 0px 2px;
   position:relative;
   content:"";
   float:right;
   background-size:12px 12px;
   height:14px;
   width: 14px;
}
/* Escola whatsapp */
.article-sidebar-whatsapp {
   background-color:#2B2B2B;
   border-radius:1px;
   padding:30px;
   margin:24px 0 32px;
}
.article-sidebar-whatsapp p.number {
   font-weight:bold;
   font-size:31px;
   line-height:36px;
   color:#ffffff;
}
.article-sidebar-whatsapp p.number::before {
   content:'';
   background:url(https://www.verificat.cat/themes/user/site/default/asset/img/common/whatsapp-white.png) no-repeat;
   background-size:32px;
   float:left;
   width:32px;
   height:32px;
   margin-right:12px;
}
.article-sidebar-whatsapp h3 {
   font-weight:bold;
   font-size:18px;
   line-height:24px;
   color:#ffffff;
   margin-bottom:10px;
}
.article-sidebar-whatsapp p {
   font-size:16px;
   line-height:20px;
   color:#ffffff;
}
.article-sidebar-whatsapp a {color:#ffffff;}
.article-sidebar-whatsapp a.button {
   width:100%;
   background-color:#018732;
   border:1px solid #14b04e;
   color:#FFFFFF;
   font-weight:bold;
   border-radius:1px;
   margin:0;
   font-size:16px;
}
.article-content {
   margin:24px 0 40px;
}
.article-content h3 {
   margin: 32px 0 16px;
   font-size: 20px;
   font-weight: bold;
}
.article-content li a {
    color: #0D43E6;
}
.article-content blockquote {
   margin:48px 0;
   padding:0;
}
.article-subscribe {
   background-color:#0d43e6;
   border-radius:1px;
   padding:30px;
   margin:32px 0;
}
.article-subscribe::before {
   content:'';
   background:url(https://www.verificat.cat/themes/user/site/default/asset/img/common/verificat-icon-white.png) no-repeat;
   background-size:15px;
   float:right;
   width:15px;
   height:19px;
}
.article-subscribe span {
   font-weight:bold;
   font-size:18px;
   line-height:24px;
   color:#ffffff;
   margin-bottom:16px;
   width:100%;
}
.article-subscribe input {
   width:100%;
   box-shadow:none;
}
.article-subscribe input.button {
   background-color:#0d43e6;
   border:solid 1px #f7f7f5;
   color:#FFFFFF;
   border-radius:1px;
   margin:0;
   font-size:14px;
}
.article-subscribe input.button:hover {
   background-color:#f7f7f5;
   color:#0d43e6;
}
.article-subscribe #mc-embedded-subscribe {margin:0;}
.article-highlighted {
   border:solid 1px #e1e1df;
   background-color:#e1e1df80;
   padding:30px;
   margin:32px 0;
}
.article-content .article-highlighted h3 {
   margin: 0 0 16px;
}
.article-partnership {
   border:solid 1px #e1e1df;
   margin:16px 0 24px;
   padding:30px;
   text-align:center;
}
.article-partnership img {
   margin:32px 0;
   width:90%;
}
.article-partnership .verificat {
   color:#0d43e6;
   font-weight:bold;
}
.article-partnership .newtral {
   color:#1adfab;
   font-weight:bold;
}
.article-archive-title {
   border-bottom:1px solid #2b2b2b;
   width:100%;
   display:inline-block;
   margin:0 0 24px;
}
.article-archive-title h3 {
   font-family:karmilla,Karla;
   font-weight:bold;
   font-size:16px;
   line-height:24px;
}
.article-archive-category {
   border-bottom:1px solid #2b2b2b;
   width:100%;
   display:inline-block;
   margin:0;
}
.article-archive-category-title span {
   float:left;
   font-family:karmilla,Karla;
   font-weight:bold;
   font-size:16px;
   line-height:24px;
}
.article-archive-category-link a {
   float:right;
   font-size:14px;
   line-height:18px;
   font-weight:bold;
   margin:4px 0 0;
   color:#0D43E6;
}
.with-border:first-child {
}
.with-border:last-child {border-bottom:none;}
.article-archive {
   list-style:none;
   margin:0 0 48px;
}
.article-archive-item {
   padding:8px 0;
}
.with-border {
   border-bottom:1px solid #E1E1DF;
}
.article-archive-item img {margin-bottom:8px;}
.article-archive-item-info {
   margin:10px 0 8px;
   font-size:14px;
}
.article-archive-item-info a {font-weight:bold;}
.article-archive-item-info a:hover {
   font-weight:bold;
   color:#0D43E6;
}
.article-archive-item-info span {
   color:#666666;
   font-size:14px;
   margin-left:12px;
}
.article-archive-item-info span:before {
   position:absolute;
   content:"";
   height:10px;
   background-color:#444443;
   width:1px;
   margin-left:-8px;
   margin-top:9px;
}
.article-archive-item h3,.article-archive-item h3 a {
/*
   font-family:heuristica,serif;
   font-weight:bold;
   */
   font-family: 'Heuristica-Bold';
   font-size:18px;
   line-height:22px;
}
.article-related-content {
   border-top:1px solid #e1e1df;
   padding:64px 0;
}
.article-related-content-title {
   font-size:16px;
   margin:0 0 32px;
}
.article-related-content-title::after {
   display:inline-block;
   background:url(https://www.verificat.cat/themes/user/site/default/asset/iconos/dark/arrow-down@2x.png) no-repeat;
   position:absolute;
   content:"";
   float:left;
   background-size:12px 8px;
   height:13px;
   width:14px;
   margin:11px 0 0 16px;
}
.article-related-content .article-title h2 {
   font-size:20px;
   line-height:24px;
   margin-bottom:16px;
   /*
   font-family:heuristica,serif;
   font-weight:bold;
   */
   font-family: 'Heuristica-Bold';
}
@media screen and (min-width:64em) {
   .article-title h1 {
      font-size:36px;
      line-height:1.11;
      margin-bottom:16px;
   }
   .article-keys-left {
      padding:0 16px 0 0;
   }
   .article-keys-right {
      padding:0 0 0 16px;
   }
   .article-subscribe input {
      margin:0;
      display:inline;
   }
   .article-subscribe input.email {width:67%;}
   .article-subscribe input.button {
      margin:0;
      height:39px;
      padding:0;
      margin-top:-3px;
      float:right;
      width:30%;
   }
   .article-content blockquote {margin:48px;}
   .article-partnership img {
      margin:32px;
      width:60%;
   }
   .article-partnership br.mobile-only {display:none;}
   .article-related-content-title {font-size:18px;}
   .article-related-content .article-title h2 {
      font-size:36px;
      line-height: 40px;
   }
   .article-content h3 {
      margin: 46px 0 16px;
      font-size: 24px;
      line-height: 28px;
      font-weight: bold;
   }
}


/*Hamburguer menu*/
.main-menu {
   height:52px;
   padding:10px 0;
   margin-bottom:48px;
   border-bottom:1px solid #E1E1DF;
}
.main-menu-logo img {max-width:28px;}
.main-menu ul {margin:0;}
.main-menu li {display:inline;}
.main-menu li a {
   font-size:15px;
   display:inline;
   font-weight:bold;
   line-height:20px;
   padding:0px;
}
.main-menu li a:hover{
   color: #0D43E6;
   border-bottom: solid 1px #0D43E6;
   padding-bottom: 4px;
}
.main-menu-lang li {
   margin:0px 8px 0 0;
}
.main-menu-lang li a{
   color: #666666;
   font-size:14px;
   font-weight:normal;
}
.main-menu-lang li a:hover, .main-menu-lang li a.active{
   color: #0D43E6;
   border-bottom: none;
}
.main-menu-social li a:hover, .main-menu-social li a.active{
   border-bottom: none;
}
.mega-menu {z-index:999;}
.mega-menu .mega {
   width:100%;
   background:#F7F7F5;
   margin:0 auto !important;
   left:0% !important;
   right:0% !important;
   text-align:center;
   border:none;
   border-top:1px solid #E1E1DF;
   border-bottom:1px solid #E1E1DF;
   top:69px !important;
}
.mega-menu .mega li {
   padding:0;
   list-style:none;
}
.mega-menu ul.dropdown.menu {display:inline-flex;}
.mega-menu a.dropdown-arrow:hover {border-bottom:none;}
.mega-menu a.dropdown-arrow:focus {outline:none;}
ul.menu.dropdown {display:inline!important;}
.main-menu-social img {
   height:21px;
   width:auto;
   padding:0px 8px;
}

li.mega-menu {
   padding:0 !important;
   margin:0 !important;
}



/* medium and down*/
@media screen and (max-width:63.9375em) {
   .btn-open,.btn-close {
      float:right;
      margin-top:4px;
   }
   .btn-open:after {
      background:url(https://www.verificat.cat/themes/user/site/default/asset/iconos/dark/menu@2x.png) no-repeat;
      content:"";
      float:right;
      background-size:28px 28px;
      height:28px;
      width:28px;
   }
   .btn-close:after {
      background:url(https://www.verificat.cat/themes/user/site/default/asset/iconos/dark/close@2x.png) no-repeat;
      content:"";
      float:right;
      background-size:28px 28px;
      height:28px;
      width:28px;
      position:fixed;
      right:16px;
   }
   .main-menu-overlay {
      display:none;
      position:fixed;
      left:0;
      top:0;
      height:100%;
      width:100%;
      background:#f7f7f5 url(https://www.verificat.cat/themes/user/site/default/asset/img/common/verificat-short@2x.png) no-repeat 10px 10px;
      background-size:28px;
      overflow:auto;
      z-index:99;
   }
   .btn-hamburger {
      display:inline;
      position:absolute;
      right:16px;
      top:8px;
      z-index:999;
      font-size:26px;
   }
   .main-menu-left:before {
      border-top:1px solid #FFFFFF;
   }
   .main-menu-left {
      padding:24px 24px 0;
      border-top:1px solid #FFFFFF;
      margin-top:50px;
   }
   ul.main-menu-left {
      border-top:1px solid #d6d6d6;
      margin-top:51px;
   }
   .main-menu-left li {
      display:block;
      margin:20px 0;
   }
   .main-menu-right {
      position:absolute;
      width:100%;
      bottom:0;
      border-top:1px solid #d6d6d6;
   }
   .main-menu-lang {
      padding:24px;
      display:inline-block;
   }
   .main-menu-social {
      display:inline-block;
      padding:24px;
      float:right;
   }
   .mega-menu a.dropdown-arrow {margin-left:8px;}
   .mega-menu ul.mega {
      width:100%;
      display:block;
      margin:20px 0;
      float:left;
      position:relative;
      text-align:left !important;
      top:0px !important;
      border:none !important;
      padding:0 !important;

   }
   .mega-menu ul .mega li {
      padding:0 !important;
   }
   ul.mega {position:absolute!important;}
   ul.dropdown-pane {display:none;}
   ul.dropdown-pane li:last-child{
      margin-bottom: 0px;
   }
   ul.dropdown-pane.is-open {
      position:relative !important;
      display:contents !important;
   }
   ul.menu.dropdown {
      padding:0 !important;
      margin:0 !important;
      display:block!important;
      height:auto;
   }
   .mega-menu .column,.mega-menu .columns {
      padding:0;
      padding-left:0px !important;
   }
   ul#dropdown-content {padding:0;}

}

/* Large and up */
@media screen and (min-width:64em) {
   .main-menu-logo img {max-width:142px;}
   .mega-menu .mega li {
      padding:0 2%;
   }
   .btn-hamburger {display:none;}
   .main-menu {
      height:70px;
      padding:20px 0;
      margin-bottom:62px;
   }
   .main-menu-left {
      float:left;
      display:inline;
   }
   .main-menu-left li {
      display:inline;
      margin:0px 24px 0 0;
   }
   .main-menu-right {
      display:inline;
      float:right;
   }
   .main-menu-lang {
      float:left;
      padding-right:22px;
   }
   .main-menu-social {
      float: left;
   }
   ul.dropdown-pane {display:none;}

   ul.dropdown-pane {
   width:100%;
   background:#F7F7F5;
   margin:0 auto !important;
   left:0% !important;
   right:0% !important;
   text-align:center;
   border:none;
   border-top:1px solid #E1E1DF;
   border-bottom:1px solid #E1E1DF;
   top:69px !important;
   position: absolute;
   padding: 16px 0;
   }
}

.menu-social {padding-left:8px;}




/* QUI SOM V2 */

.qui-som-header .scroll-menu {
    border-top: 1px solid #e1e1df;
    margin: 42px 0 0;
}

.qui-som-header .scroll-menu a {
    display: inline-block;
    text-align: center;
    margin: 16px 18px 0 0;
}

.qui-som-content {/*background:slateblue;*/}
.qui-som-content h1 {
    font-family: 'Heuristica-Bold';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}
.qui-som-content h2 {
    font-size:20px;
    line-height:24px;
    border-bottom:1px solid #e1e1df;
    padding:0 0 8px;
    margin:72px 0 0;
    font-family: karmillabold , Karla;
}
.qui-som-content h6 {
    font-weight:bold;
    margin:24px 0 -16px;
}
.qui-som-content p {
    margin:24px 0 24px;
}
.qui-som-images {
    margin: 0 0 64px;
    display: flex;
    list-style-type: none;
    text-align: center;
    justify-content: center;
    flex-flow: row wrap;
}
.qui-som-images li {
    width: 100%;
    margin: 48px 0 24px;
}
.c-green {color:#44af69;}
.c-yellow {color:#dcc016;}
.c-red {color:#f03a47;}
.c-black {color:#000000;}
.qui-som-metodologia {
    list-style-type:none;
    text-align:center;
    float:left;
    margin:48px 0 56px;
    width:100%;
}
.qui-som-metodologia li {
    width:50%;
    float:left;
    margin:0 0 48px;
}
.qui-som-metodologia-img {
    height:60px;
    width:100%;
    float:left;
}
.qui-som-metodologia span {
    width:100%;
    float:left;
}
.qui-som-metodologia li:last-child {
    width:50%;
    float:none;
    margin: 0 auto;
}

.qui-som-equip {
    border-top:1px solid #e1e1df;
    margin: 64px 0 64px 0;
    padding: 64px 0 64px;
}

.qui-som-equip h2 {
    font-family: 'Heuristica-Bold';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}
.qui-som-equip-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.qui-som-equip-item {
    text-align: center;
    margin-bottom: 76px;
}
.qui-som-equip-item-photo {
    width: 90px;
    margin: 0 0 16px;
}
.qui-som-equip-item p {
    font-size: 16px;
    line-height: 24px;
}
.qui-som-equip-item-name { 
    margin: 0 0 8px;
}
.qui-som-equip-item-desc { 
    color: #666666;
    line-height: 20px;
    margin: 0 0 16px;
}
.qui-som-equip-item-soci { 
    margin: 0 0 8px;
}
.qui-som-equip-item-soci a{ 
    margin: 0 8px 0;
}

/* Large and up */
@media screen and (min-width:64em) {

    .qui-som-images {
        margin: 0;
        display: flex;
        list-style-type: none;
        text-align: center;
        align-items: center;
        justify-content: center;

    }
    .qui-som-images li {
        width: 33%;
    }

    .qui-som-images.full li {
        width: 100%;
    }
    .qui-som-metodologia {
        margin:48px 0 16px;
    }
    .qui-som-metodologia li {width:20%;}
    .qui-som-metodologia-img {height:70px;}
    .qui-som-metodologia li:last-child {
        width:20%;
        float: left;
    }
    .qui-som-equip h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 84px;
    }
    .qui-som-equip-item {
        margin-bottom: 96px;
    }
    .qui-som-equip-item-photo {
        width: 150px;
        margin: 0 0 16px;
    }
    p.qui-som-equip-item-name { 
        margin: 0 0 4px;
        font-size: 18px;
    }
    .qui-som-equip-item-desc { 
        max-width: 190px;
        margin: 0 auto 16px;
    }
}

/*Donate Menu Button*/
.button-menu {
    background-color: #0D43E6;
    border: 1px solid #0D43E6;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 1px;
    padding: 6px 20px 6px 15px;
    border-radius: 1px;
    margin-left: 13px;
    /*-webkit-box-shadow: 0px 8px 20px -12px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 8px 20px -12px rgba(0,0,0,0.54);
    box-shadow: 0px 8px 20px -12px rgba(0,0,0,0.54);
    transition: all .5s ease;*/
}
a.button-menu:hover,a.button-menu:focus {
    background-color: #0D43E6;
    border: 1px solid #0D43E6;
    color: #FFFFFF;
    padding: 6px 20px 6px 15px;
}

.button-menu:after {
  content: "❤";
  color: #ffffff;
  font-family: 'FontAwesome';
  display: inline-block;
  position: relative;
  right: -5px;
  transition: all 0.2s ease;
  font-size: 13px;
}
.button-menu:hover:after {
    color: #ff527a;
}

.fa-arrow-right, .fa-arrow-right:hover {
	color: #f7f7f56e;
}

/* Dona */
.dona-icon {width:100%;}
.dona-number {
	font-size:55px;
	font-weight:bold;
	line-height:60px;
}
.dona-text {
	font-size:17px;
	margin-bottom:8px;
}
.dona-arrow {
	color:#f7f7f56e;
	font-size:15px;
}
.dona-circle {
	background-color:#0d43e6;
	width:200px;
	height:200px;
	border-radius:100px;
	padding:32px;
	display:flex;
	flex-direction:column;
	text-align:center;
	color:#f7f7f5;
	margin:0 auto;
}
.dona-circle-1 {margin-top:32px;}
.dona-circle-2 {margin-top:32px;}
.dona-circle-3 {margin-top:32px;}
.dona-alternative-box {
	border:2px solid;
	border-color:#0d43e6;
	padding:7px 12px;
	box-shadow:5px 5px 0px #0d43e6;
	color:#0d43e6;
	font-size:18px;
	font-weight:bold;
	width:fit-content;
	margin:0 auto;
}
.copy_account_text,.copy_bizum_text {
	font-size:18px;
	color:#0d43e6;
	margin-top:24px;
	opacity:0.5;
}
.dona-alternative-icon {
	color:#0d43e6;
	font-size:24px;
}
.copied1,.copied2 {
	display:none;
	width:80px;
	height:32px;
	background-color:#23af530f;
	color:#23af53;
	text-align:center;
	border-radius:3px;
	padding:1px 7px 3px;
	margin-left:8px;
}
.dona-header {top:-42px;}
.dona-header {
	background:#0D43E6 url();
	padding:120px 0 105px;
	background-repeat:none;
	background-position:50%;
	background-size:cover;
	position:relative;
}
.dona-header h1 {color:#FFFFFF;}
.dona-header h1 {
	font-family:'Heuristica-Bold';
	font-size:32px;
}
@media screen and (min-width:40em) {
	.dona-header h1 {
		font-size:42px;
		line-height:52px;
	}
	.dona-circle {
		background-color:#0d43e6;
		width:200px;
		height:200px;
		border-radius:100px;
		padding:32px;
		display:flex;
		flex-direction:column;
		text-align:center;
		color:#f7f7f5;
		float:left;
	}
	.dona-circle-1 {
        margin-top: 0px;;
	}
	.dona-circle-2 {
		margin-top:48px;
		margin-left:52px;
	}
	.dona-circle-3 {
        margin-top:16px;
		margin-left:52px;
	}
}
.dona-widget {
	padding:20px 0 48px 0;
}
iframe[name=donorbox] {
	max-width:425px !important;
	display:block;
	margin:auto;
}
.dona-help h2,.dona-alternatives h2,.dona-widget h2 {
	font-family:'Heuristica-Bold';
	font-size:24px;
}
@media screen and (min-width:40em) {
	.dona-help h2,.dona-alternatives h2,.dona-widget h2 {font-size:32px;}
}
.dona-alternatives {
	padding:88px 0;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
}
.dona-alternative {
	padding:32px 0 0;
	text-align:center;
}
.dona-alternative-copy {
	font-size:17px;
	font-weight:bold;
	margin-top:28px;
}
.clipboard {margin-left:8px;}
@media screen and (min-width:40em) {
	.dona-alternative {
		padding:32px 8px;
		text-align:center;
	}
	.dona-alternative-copy {font-size:18px;}
}
.dona-alternative h3 {
	padding:16px 0 8px 0;
	color:#0d43e6;
	font-size:18px;
	font-weight:bold;
}
.dona-help {
	padding:88px 0;
}
.dona-help-whatsapp {
	text-align:center;
	padding:32px 8px 28px 8px;
	background-color:#0d43e6;
	margin-bottom:24px;
}
.dona-help-email {
	text-align:center;
	padding:32px 8px 28px 8px;
	background-color:#0d43e6;
}
.dona-help-text-big a {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
@media screen and (min-width:40em) {
	.dona-help-whatsapp {
		text-align:center;
		margin:48px 0 48px;
        padding-top: 48px;
		background-color:none;
        min-height: 230px;
	}
	.dona-help-email {
		text-align:center;
		margin:48px 0 48px;
        padding-top: 48px;
		background-color:none;
        min-height: 230px;
	}
	.dona-help-text-big a {
		color:#ffffff;
		font-size:30px;
		font-weight:bold;
	}
}
.dona-help-whatsapp i,.dona-help-email i {
	font-size:50px;
	padding:16px;
	height:70px;
	margin-bottom:16px;
	color:#ffffff;
}
.dona-help-text {
	color:#ffffff;
	font-size:18px;
	margin-bottom: 0;
}
/* end Dona */

/* Dona Article Box*/
.article-dona {
    border: solid 1px #e1e1df;
    margin: 32px 0 0;
    padding: 30px;
    text-align: center;
}
.button-menu-article{
	margin-left:0;
	margin-top:24px;
    width: 100%;
    display: block;
}
/* Dona Thank You Page */
    .dona-thank-you {
        padding: 0;
    }
    .dona-thank-you a{
        color: #0D43E6;
    }
    .dona-thank-you h1 {
        font-size: 30px;
        margin-bottom: 24px;
        font-family: 'Heuristica-Bold';
    }
    ul.dona-thank-you-list {
        counter-reset: li;
        list-style-type: none;
        margin: 32px 0 32px;
    }
    ul.dona-thank-you-list li {
      position: relative;
      padding: 0 0 0 56px;
      margin: 0 0 16px;
    }
    ul.dona-thank-you-list li:before {
      content: counter(li);
      counter-increment: li;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: #0D43E6;
      color: #ffffff;
      text-align: center;
      position: absolute;
      left: 0;
      font-size: 22px;
      line-height: 40px;
      top: 4px;
    }
    .dona-thank-you-social {
        margin: 16px auto 64px;
        width: fit-content;
        padding: 32px 16px;
        border: 1px solid #e1e1df;
        text-align: center;
    }
    .dona-thank-you-social img {
        height: 32px;
        width: auto;
        padding: 0px 9px;
    }

    @media screen and (min-width:40em) {
        .dona-thank-you {
            padding: 72px 0 48px 0;
        }
        .dona-thank-you h1 {
            font-size: 36px;
        }
        .dona-thank-you-social {
            padding: 40px;
        }
    }

/* Profile Page */
.profile-page-back {
    display: inline-block;
    height: 24px;
    margin: 48px 0 32px 0;
    color: #0D43E6;
}
.profile-page-back::before {
    background: url(https://www.verificat.cat/themes/user/site/default/asset/img/common/arrow-left-blue.png) no-repeat 0px 5px;
    position: relative;
    content: "";
    float: left;
    background-size: 16px 16px;
    height: 22px;
    width: 22px;
}
.profile-page {}
.profile-header {}
.profile-body { margin: 16px 0 62px;}
.profile-photo { width: 100%; margin-right: 0; flex-shrink: 0; }
.profile-description { width: 100%; }
.profile-description h1{ margin: 16px 0 0; font-size: 32px;}
.profile-description p { font-size: 18px; margin-bottom: 10px;}
.profile-rounded { width: 120px; height: 120px; border-radius: 50%; margin: 0; padding: 0;}
ul.profile-links-list {list-style-type: none; margin-left:0px;}
ul.profile-links-list li { margin: 16px 8px 0 0;display: inline;}
ul.profile-links-list li a{ color: #0D43E6;}
/* Large and up */
@media screen and (min-width: 64em) { 
    .profile-header { display: flex;}
    .profile-body { margin: 48px 0 148px;}
    .profile-photo { width: 120px; margin-right: 32px; flex-shrink: 0; }
    .profile-description h1{ margin: 0; font-size: 36px;}
}