/* responsive */

/* Medium Devices, Desktops */

@media (max-width: 1200px) {
h1, h2 { font-size: 30px; }
h2 span.subtitle, h3 { font-size: 28px; }
body { font-size: 15px; }
}


@media (max-width: 991px) {
  
  .carousel-counter {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  
  html, body {
    font-size: 14px;
    line-height: 1.25;
  }
  
  .proj-intro .project-card {
    padding: 15px 0 0;
  }
  
  .proj-intro .project-card h2 {
    padding: 35px 0 40px;
  }
  
  blockquote p { font-size: 22px; }
  
  span.large, .large, p.large { font-size: 16px; }
 
  h1, h2 { font-size: 28px; }
  h2 span.subtitle, h3 { font-size: 26px; }
  h4, h3.projecto-video { font-size: 22px }
  
  #projectos {
    padding: 66px 0 0;
  }
  #projectos a p {
    padding: 10px 0 40px;
  }
  
  .link-hidden-arrow::before {
    opacity: 1;
    left: 0;
  }
  
  .link-hidden-arrow:hover {
    transform: none;
  }
  
  .link-hidden-arrow:hover::before {
    left: 0;
  }
   
  
  .link-hidden-arrow {
    padding-left: 14px;
  }
  
  #agenda {
    margin-bottom: 40px;
  }
  
  .project-agenda-list .data,
  #arquivo .date,
  .agenda-titles h2 { text-align: left; }
  
  h3.atualidades {
    padding-bottom: 20px;
  }
  
  .creditos-tight { padding-top: 40px; }
  .circulacao h4, .press h4 { padding-bottom: 16px; }
  
  #projecto { padding: 20px 0; }
  #projecto article { padding-bottom: 40px; }
  
  .main-carousel .fotografia { display: none; }
  .main-carousel h2 span.subtitle { padding-bottom: 20px; }
  
  #projectos h1 { padding: 70px 0 75px; }
  
  .filters-on { padding-bottom: 30px; }
  
  .agenda-titles { padding: 35px 0 50px; }
  
  .contactos { padding: 20px 0; }
  
  .subcontactos { padding-top: 30px; }
    
  .project-pill { 
    font-size: 8px;
    padding: 3px 3px 2px;
   }
   
   .main-carousel .flickity-prev-next-button.previous {
     left: 0 !important;
   }
   
   .main-carousel .flickity-prev-next-button.previous {
     left: 0 !important;
   }
   
   .main-carousel .project-card p {
     padding-bottom: 12px;
   }
   
   .main-carousel .project-card h2 {
     padding: 35px 0;
   }
   
   .project-card .project-pill {
     margin-bottom: 20px;
   }
   
   .agenda-list .project-pill {
      margin-bottom: 4px;
    }
    
    .agenda-list {
      padding: 14px 0 20px;
    }
  
  .proj-filtro ul {
      margin: 0;
      padding: 0 0 15px;
      border-bottom: 1px solid #000;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      gap: 18px;
      font-size: 13px;
      scrollbar-width: none; 
      -ms-overflow-style: none; 
  }
  
  .proj-filtro ul::-webkit-scrollbar {
      display: none;
  }
  
  .proj-filtro li {
      display: inline-block;
  }
  
  .proj-filtro li:last-child {
      margin-right: 0;
  }
  
  footer {
    margin-top: 20px;
  }
  
  footer ul {
    padding: 0 0 20px;
  }
  
  h3.colaboradores {
    text-align: left;
  }
  
  h3.projecto-video {
    padding-bottom: 12px;
    padding-top: 50px;
  }
  
  .aspect-ratio-about {
    padding-top: 65%
  }
  
  .aspect-ratio-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .team-list {
    display: block;
  }
  
  #fullscreen-menu .menu-nav a { font-size: 30px }
  #fullscreen-menu .menu-social { gap: 18px; }
  #fullscreen-menu .menu-social a { font-size: 13px; }
  
  .main-carousel .carousel-cell .row, .proj-intro .row, .project-card { display: block; }
  
  .project-card { padding: 0; }
  
  .project-card h2 {
      position: inherit;
      top: inherit;
      left: unset;
      right: unset;
      padding-bottom: 0;
      transform: none;
      margin: 0;
  }
  
  footer .mini {
    padding: 30px 0 10px;
  }
  
  
}

/* Extra Small Devices, Phones */
@media (max-width: 480px) {
}
