@charset "UTF-8";

/* DESKTOP */
@media screen and (min-width: 1081px) {
  .no-desktop, .only-mobile {
    display: none !important;
  }
}

/* TABLET */
@media screen and (min-width: 811px) and (max-width: 1080px) {
  .no-tablet, .only-mobile, .only-desktop {
    display: none !important;
  }

  .big {
    font-size: 1.8em;
  }
  .services-table-wrap {
    overflow-x: auto;
  }
    .services-table-wrap th {
      top: 0px;
    }

  #grid-catalogos slide {
    grid-auto-columns: calc(33% - calc(2em / 3));
  }
  #splash article::before {
    right: -30%;
  }
}

/* MOBILE */
@media screen and (max-width: 810px) {
  footer {
    flex-direction: column;
    justify-content: flex-start;
    padding: var(--doc-padding);
  }
    footer .grid-cols-2 {
      grid-gap: 0px;
      margin-bottom: var(--doc-padding);
    }
  header {
    height: auto;
    padding: 1rem;
  }
  p {
    font-size: 1rem;
  }

  .big {
    font-size: 1.5em;
  }
  .grid-cols-2, .grid-cols-3 {
    --cols: 1;
  }
  .no-mobile, .only-desktop {
    display: none !important;
  }
  .services-table-wrap {
    overflow-x: auto;
  }
    .services-table-wrap th {
      top: 0px;
    }

  #catalogo-online {
    background-image: none;
  }
  #grid-catalogos slide {
    grid-auto-columns: calc(50% - 0.5em);
  }
    #grid-catalogos slide .fa-arrow-right {
      display: none;
    }
  #grid-catalogos thumbnails {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-areas:
      "cofap"
      "electronica"
      "consumibles"
      "carroceria"
      "eq-taller";
    transform: translateY(-2em);
  }
  .splash-cofap .sello-cofap {
    display: none;
  }
  #splash article {
    width: 100%;
    height: 100%;
    padding: 4em var(--doc-padding);
  }
    #splash article::before, .splash-marelli > article::before {
      height: 100%;
      width: 100%;
      bottom: 0px;
      right: 0px;
      opacity: 0.9;
      transform: none;
    }
    .splash-marelli > article img {
      margin-left: 0px;
    }
}
