.comunidad {
  width: 100%;
  padding: 104px 40px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #111111;
  color: #ffffff;
}

.comunidad-content {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px 54px;
}

.comunidad-copy {
  width: 42%;
  min-width: 360px;
  padding-top: 4px;
}

.comunidad-label {
  color: #ffd47b;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.comunidad h2 {
  max-width: 540px;
  margin-top: 10px;
  color: #ffffff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.2px;
}

.comunidad-intro {
  max-width: 500px;
  margin-top: 18px;
  color: #dedede;
  font-size: 21px;
  line-height: 30px;
}

.comunidad-visual {
  width: 53%;
  min-width: 460px;
  min-height: 430px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.comunidad-imagen {
  width: 82%;
  min-height: 360px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.comunidad-imagen img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.comunidad-tarjeta {
  width: 64%;
  min-width: 340px;
  padding: 28px 28px;
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin-right: auto;
  background-color: #ffffff;
  color: #171717;
}

.comunidad-tarjeta span {
  color: #a50f0f;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comunidad-tarjeta p {
  margin-top: 12px;
  color: #171717;
  font-size: 19px;
  line-height: 27px;
}

.comunidad-ruta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.comunidad-ruta article {
  min-width: 250px;
  flex: 1;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background-color: transparent;
}

.comunidad-ruta article:last-child {
  border-right: 0;
}

.comunidad-ruta span {
  color: #ffd47b;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comunidad-ruta p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 1100px) {
  .comunidad-content {
    gap: 40px;
  }

  .comunidad h2 {
    font-size: 52px;
    line-height: 52px;
  }

  .comunidad-visual {
    min-width: 420px;
  }

  .comunidad-tarjeta {
    width: 62%;
  }
}

@media (max-width: 980px) {
  .comunidad {
    padding: 78px 28px;
  }

  .comunidad-content {
    flex-direction: column;
    gap: 34px;
  }

  .comunidad-copy,
  .comunidad-visual {
    width: 100%;
    min-width: 0;
  }

  .comunidad-copy {
    padding-top: 0;
  }

  .comunidad h2 {
    max-width: 720px;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.6px;
  }

  .comunidad-intro {
    max-width: 720px;
  }

  .comunidad-visual {
    min-height: 450px;
  }

  .comunidad-imagen {
    width: 78%;
    min-height: 360px;
  }

  .comunidad-imagen img {
    height: 360px;
  }
}

@media (max-width: 620px) {
  .comunidad {
    padding: 66px 22px;
  }

  .comunidad-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .comunidad h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .comunidad-intro {
    font-size: 17px;
    line-height: 25px;
  }

  .comunidad-visual {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .comunidad-imagen {
    width: 100%;
    min-height: 300px;
    position: relative;
  }

  .comunidad-imagen img {
    height: 300px;
  }

  .comunidad-tarjeta {
    width: 100%;
    min-width: 0;
    padding: 28px 22px;
  }

  .comunidad-tarjeta p {
    font-size: 17px;
    line-height: 24px;
  }

  .comunidad-ruta article {
    min-width: 100%;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .comunidad-ruta article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1180px) {
  .comunidad {
    padding: 90px 32px;
  }

  .comunidad-content {
    gap: 30px 38px;
  }

  .comunidad h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 760px) {
  .comunidad {
    padding: 72px 24px;
  }

  .comunidad-content {
    gap: 30px;
  }

  .comunidad-visual {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .comunidad-imagen {
    width: 100%;
    min-height: 320px;
    position: relative;
  }

  .comunidad-imagen img {
    height: 320px;
  }

  .comunidad-tarjeta {
    width: 100%;
    min-width: 0;
  }

  .comunidad h2 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 420px) {
  .comunidad {
    padding: 58px 18px;
  }

  .comunidad h2 {
    font-size: 32px;
    line-height: 35px;
  }

  .comunidad-imagen,
  .comunidad-imagen img {
    min-height: 260px;
    height: 260px;
  }
}
