html {
  height: 100%;
  font-family: "Oswald", sans-serif;
}

body {
  background-color: #131313;
  background-image: url("../img/fondo1.png");
  background-size: contain; /* Ensures the image covers the entire background */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;

  .container {
    width: 100%;
    max-width: 1050px;
  }
  .topart {
    display: flex;
    color: white;
    gap: 15px;
    padding-top: 15px;

    h4 {
      font-size: 22px;
      font-weight: 700;
    }

    a {
      color: white;
      text-decoration: none;
    }
    a:hover {
      color: #d4d4d4;
    }
    i:hover {
      color: #d4d4d4 !important;
    }
  }
  p {
    color: white;
  }

  i {
    margin-top: 1.33rem;
  }

  .rrss {
    margin-left: 30px;
    display: flex;
    gap: 20px;
    margin-top: 5px;

    i {
      font-size: 35px;
    }
  }

  .containerp2 {
    max-width: 460px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
}

.portada {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1050px;
}

.centercontainer {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 305px;
  flex-direction: column;

  p {
    margin: 0.2rem;
    font-size: 17px;
    font-weight: 500;
  }
}

.imatges {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  justify-content: center;
  margin-top: 50px;

  img {
    max-width: 135px;
    height: auto;
  }

  img:hover {
    transform: scale(1.15);
  }
}

.containerp1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.imatgebackground {
  position: absolute;
  z-index: -1;

  img {
    max-width: 150vh;
  }
}

.textosb {
  max-width: 1050px;
  display: flex;
  margin-top: 105px;

  .col-6 {
    width: 50%;
  }

  .a {
    margin-left: 10px;
  }
  .b {
    margin-left: 160px;
  }
  p {
    line-height: 22px;
    font-size: 17px;
    font-weight: 500;
  }
}

.logo {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 35px;

  img {
    max-height: 275px;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (min-width: 500px) and (max-width: 800px) {
}

@media screen and (min-width: 800px) and (max-width: 1400px) {
}
