@charset "utf-8";

@media (max-width: 1280px) {
  body,
  html {
    font-size: 15px;
  }
  header {
    padding: 30px 40px;
  }
  .logo img {
    width: 120px;
  }
  .mt-1 {
    margin-top: 109px;
  }
  .p-2,
  .p-4 {
    padding: 20px 40px;
  }
  .p-5 {
    padding: 40px;
  }
  .container {
    max-width: 1280px;
  }
  #logos .container {
    max-width: 800px;
  }
}

@media (max-width: 980px) {
  :root {
    --gridList-column: 100%;
    --gridList-rows: 220px;
    --gridList-gap: 10px;
  }

  h1,
  .text-big {
    font-size: 1.8rem;
  }
  h2,
  .text-medium {
    font-size: 1.2rem;
  }
  #nav-menu {
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
    display: block;
    width: 28px;
    cursor: pointer;
  }
  #nav-menu > span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 9999px;
  }
  #nav-menu > span:not(:last-child) {
    margin-bottom: 7px;
  }
  #nav-menu,
  #nav-menu > span {
    transition: all 0.4s ease;
  }
  #nav-menu.active {
    transition-delay: 0.8s;
    transform: rotate(45deg);
  }
  #nav-menu.active > span:nth-child(2) {
    width: 0;
  }
  #nav-menu.active > span:nth-child(1),
  #nav-menu.active > span:nth-child(3) {
    transition-delay: 0.4s;
    background-color: white;
  }
  #nav-menu.active > span:nth-child(1) {
    transform: translateY(9px);
  }
  #nav-menu.active > span:nth-child(3) {
    transform: translateY(-9px) rotate(90deg);
    background-color: white;
  }
  header {
    padding: 30px 40px;
  }
  nav {
    display: none;
  }
  .logo img {
    height: 40px;
  }
  #home {
    /*
      height: 70vh;
      margin-top: 2vh;
      overflow: hidden;
      */
    margin-top: 100px;
  }

  #video-home {
    margin-top: 0;
    margin-bottom: 0;
  }
  #slick-titles {
    bottom: 40px;
    left: 30px;
    font-size: 1.6rem;
    width: 80%;
    padding-left: 17px;
  }
  #slick-titles div {
    display: flex;
    align-items: flex-end;
  }
  #logos {
    background-color: white;
  }
  .box {
    height: 60vw;
  }
  .zoom-bg {
    background-size: auto 100%;
  }
  .zoom-bg:hover {
    background-size: auto 108%;
  }
  .parallax-title {
    font-size: 1rem;
    padding: 20px;
    text-align: center;
  }
  footer div {
    width: 40%;
  }
  .social {
    margin-right: 40px;
  }
  .w-66,
  .w-33,
  .w-50 {
    width: 100%;
  }
  .pr-1 {
    padding: 0;
    padding-bottom: 40px;
  }
  .p-3 {
    padding: 40px;
  }
  .mt-1 {
    margin-top: 104px;
  }
  .h-33,
  .h-38 {
    height: 64vw;
  }
  .h-70 {
    height: 50vh;
  }
  .zoom-bg {
    background-size: 100% auto;
  }
  .zoom-bg:hover {
    background-size: 108% auto;
  }
  .header-info img {
    height: 100px;
  }
  .header-info-txt {
    padding: 10px 40px;
    font-size: 1rem;
  }
  .exhibition .pr-1 {
    padding-bottom: 20px;
  }
  .item-img {
    height: 200px;
  }
  #images div {
    background-size: auto 100%;
  }
  .parallax {
    background-size: auto 100% !important;
  }
  #proccesing-logos div {
    width: 19%;
    padding: 15px 15px 15px 0;
  }
}
