@import url("./base.css");

#te-entiendo {
  background-image: url("../img/Style=small.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;

  height: 678px;
  padding-top: 14rem;
}

#te-entiendo {
  margin-bottom: var(--size-600);
}

.section-title {
  font-family: var(--ff-heading);
  margin-bottom: 1.25rem;
}

.section-title h2 {
  line-height: 1;
}

.section-content-left {
  padding-left: 4rem;
}

.section-content-right {
  padding-right: 4rem;
  text-align: right;
}

.image-1 {
  height: 569px;
  background-image: url("https://i.natgeofe.com/n/6c707bd5-5cd4-436f-bbff-48b05fb0acd6/citylife_cartegena_DSC_4758_ukHR.jpg");
  filter: grayscale(100%);
}

.image-2 {
  height: 100px;
  background-image: url("https://images.squarespace-cdn.com/content/v1/5f5eca66648b75461a64a964/1601247392657-RZZYW23X4MQ370GDSKMF/RafaelBossioFotografia-8031.jpeg");
}

.image-3 {
  height: 100%;
  background-image: url("https://imagenes2.eltiempo.com/files/image_1200_600/uploads/2019/06/01/5cf2f03234528.jpeg");
  filter: grayscale(100%);
}

.image-4 {
  height: 173px;
  background-image: url("https://www.colombiainforma.info/wp-content/uploads/2018/10/Bogotaestudiantes3.jpg");
  filter: grayscale(100%);
}

footer {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.logo-fotter {
  width: 100%;
  height: 100%;
  min-height: 319px;
  background-size: contain; /* ajusta la imagen al div */
  background-position: center; /* centra la imagen */
  background-repeat: no-repeat;

  height: 100%;
  background-image: url("../img/Style=gra-neg.svg");
}

.lower-part {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

#me-dueles .section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

#me-dueles .container {
  padding-bottom: var(--size-600);
}
