.nosotros {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 600px) {
  .nosotros {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.nosotros .content-title {
  margin-bottom: 6rem;
}
@media (max-width: 600px) {
  .nosotros .content-title {
    margin-bottom: 2rem;
  }
}
.nosotros .content-title .title {
  font-size: 2.6rem;
  color: var(--primary);
  font-family: "Poppins-Medium";
  font-weight: 500;
  text-align: center;
}
@media (max-width: 600px) {
  .nosotros .content-title .title {
    font-size: 1.8rem;
  }
}
.nosotros .content-title .sub_title {
  font-size: 1.1rem;
  color: var(--secondary);
  letter-spacing: 2px;
  text-align: center;
  display: block;
  align-self: center;
}
.nosotros .line {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 600px) {
  .nosotros .line {
    flex-direction: column;
  }
}
.nosotros .line .line_points {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: black;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 600px) {
  .nosotros .line .line_points {
    right: auto;
    left: 0;
  }
}
.nosotros .content_project {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 7rem;
}
@media (max-width: 600px) {
  .nosotros .content_project {
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
}
.nosotros .content_project .year {
  align-items: flex-end;
  display: flex;
  margin-right: 2rem;
  line-height: 1;
  font-size: 2.6rem;
  color: var(--primary);
  font-family: "Poppins-SemiBold";
}
@media (max-width: 900px) {
  .nosotros .content_project .year {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .nosotros .content_project .year {
    font-size: 1.6rem;
  }
}
.nosotros .content_project .paragraph {
  font-size: 0.9rem;
  color: var(--secondary);
  font-family: "Poppins-Light";
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.nosotros .content_project .content_img {
  width: 26rem;
  height: 16rem;
  margin-top: auto;
}


.nosotros .content_project .paragraph strong{
	font-family: 'Poppins-bold';
}


@media (max-width: 500px) {
  .nosotros .content_project .content_img {
    width: 100%;
    height: 13rem;
  }
}
.nosotros .content_project .content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nosotros .point {
  width: 13px;
  height: 13px;
  border: 2px solid black;
  border-radius: 40rem;
  position: absolute;
  background: white;
}
.nosotros .content_project_v1 {
  padding-right: 5rem;
}
@media (max-width: 800px) {
  .nosotros .content_project_v1 {
    padding-right: 3rem;
  }
}
@media (max-width: 600px) {
  .nosotros .content_project_v1 {
    padding-right: 0rem;
  }
}
@media (max-width: 500px) {
  .nosotros .content_project_v1 {
    padding-left: 1.3rem;
  }
}
.nosotros .content_project_v1 .point {
  right: 0;
  top: 0;
  transform: translateX(50%);
}
@media (max-width: 600px) {
  .nosotros .content_project_v1 .point {
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
}
.nosotros .content_project_v2 {
  padding-left: 5rem;
  transform: translateY(4rem);
}
@media (max-width: 800px) {
  .nosotros .content_project_v2 {
    padding-left: 3rem;
  }
}
@media (max-width: 600px) {
  .nosotros .content_project_v2 {
    padding-left: 2rem;
    flex-direction: column;
    transform: translateY(0);
  }
}
@media (max-width: 500px) {
  .nosotros .content_project_v2 {
    padding-left: 1.3rem;
  }
}
.nosotros .content_project_v2 .point {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .nosotros .content_project_v2 .point {
    bottom: auto;
    top: 0;
  }
}
.nosotros .content_project_v2 .year {
  order: 1;
  align-items: flex-end;
  display: flex;
  margin-right: 2rem;
  color: #2e3b5b;
}
.nosotros .content_project_v2 .paragraph {
  order: 3;
}
.nosotros .content_project_v2 .content_img {
  order: 2;
  margin-left: auto;
}
@media (max-width: 600px) {
  .nosotros .content_project_v2 .content_img {
    margin-left: 0;
    order: 3;
  }
}
.nosotros .org .sub-title {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 2.3rem;
  font-family: "Poppins-SemiBold";
  line-height: 1;
  margin-bottom: 4rem;
  margin-top: 10rem;
}
@media (max-width: 600px) {
  .nosotros .org .sub-title {
    margin-bottom: 3rem;
    margin-top: 5rem;
    font-size: 1.8rem;
  }
}
.nosotros .org .title {
  font-size: 3.5rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 5rem;
  margin-top: 1rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 600px) {
  .nosotros .org .title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.nosotros .org .paragraph {
  font-size: 1.3rem;
  font-family: "Poppins-Light";
  color: var(--secondary);
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 600px) {
  .nosotros .org .paragraph {
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}
.nosotros .org .dr {
  display: flex;
  gap: 4rem;
}
@media (max-width: 800px) {
  .nosotros .org .dr {
    gap: 2rem;
  }
}
@media (max-width: 800px) {
  .nosotros .org .dr {
    flex-direction: column;
  }
}
.nosotros .org .dr .vision,
.nosotros .org .dr .mision {
  display: flex;
  flex-direction: column;
}
.nosotros .org .dr .vision .title_dr,
.nosotros .org .dr .mision .title_dr {
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #2e3b5b;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .nosotros .org .dr .vision .title_dr,
  .nosotros .org .dr .mision .title_dr {
    font-size: 1rem;
  }
}
.nosotros .org .dr .vision .paragraph_dr,
.nosotros .org .dr .mision .paragraph_dr {
  color: #2e3b5b;
  font-family: "Poppins-Light";
  font-size: 1rem;
  text-align: left;
}
@media (max-width: 600px) {
  .nosotros .org .dr .vision .paragraph_dr,
  .nosotros .org .dr .mision .paragraph_dr {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=nosotros.css.map */