/*
    Theme Name: ARC – Residus Municipals
    Theme URI: 
    Description: 
    Version: 1.0.
    1
    Author: Ramon Crusellas (Dada&Co)
    Author URI: https://residusmunicipals.cat   
    Tags: Blank, HTML5, CSS3
*/


body { }
main { }

/* Focus visible genèric per tots els elements interactius */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #000; /* negre, contrast fort */
  outline-offset: 2px;     /* separació per no tapar el text */
}

/* Opcional: per adaptar a la teva paleta */
a:focus,
button:focus {
  outline-color: #005fcc; /* blau corporatiu amb bon contrast */
}



/* Element focus AA (2.4.7) */
:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

/* Screen-reader helpers (com als Twenty*) */
.screen-reader-text{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0;
}
.screen-reader-text:focus,
.skip-link:focus{
  position:fixed;left:1rem;top:1rem;width:auto;height:auto;margin:0;
  clip:auto;white-space:normal;padding:.75rem 1rem;z-index:10000;
}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}


.icon-search {
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  background-color: transparent;
  
}

/**/


@media (min-width: 1199px) and (max-width: 1310px) {
  
  .pre-header {
    justify-content: center !important;
  }  
}

@media (min-width: 980px) and (max-width: 1199px) {
  
  .pre-header {
    justify-content: center !important;
  }  
 }
 
 @media (min-width: 768px) and (max-width: 979px) { 
  
  .pre-header {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  
  .pre-header {
    justify-content: center !important;
  }
}




.content404 {
    margin-bottom: 6rem;
    min-height: 30vh;    
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem 0;
}

.page-numbers {
    margin: 0 .5rem;    
    display: flex;
    align-items: center;
    justify-content: center;
}

.legal-page {
    margin-bottom: 6rem;
}

.legal-page h1 {
    margin-bottom: 1rem;
}

.legal-page h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Ajustos CSS generals */

 .jornada-cat {
    padding: 2rem 2rem 1rem !important;
    margin-bottom: 2rem;
  }

  .single-jornada .jornada-content {
    margin-bottom: 0 !important;
  }


/* .single h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 2rem;
    text-transform: none;
    max-width: 60%;
}
*/

.single-jornada .img-destacada {  
 /* display: none; */
  }




#cmplz-document {
    max-width: 100%;
    margin-bottom: 6rem;
}
.cmplz-message p {
   font-size: 15px;
   line-height: 24px;
   margin: 0;
}

#cmplz-document h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}
   
 .cmplz-document p, #cmplz-document li  {
     font-weight: 200 !important;
     font-size: 20px !important;
     line-height: 30px !important;
 } 