.banner-about {
  background-image: url(../img/aboutUsBan.png);
  width: 90%;
  max-width: 1220px;
  margin: 1rem auto;
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.all-caracterize-chooses {
  display: flex;
  justify-content: space-around; /* Alinea los elementos horizontalmente en el centro */
  margin: 5rem auto;
  gap: 1.5rem;
  max-width: 1220px;
  width: 90%;
  flex-wrap: wrap;
}

.all-caracterize-chooses div {
  display: flex;
  flex-direction: column;
  width: 148px;
  align-items: center;
  justify-content: start;
}
.all-caracterize-chooses div img {
  width: 80px;
  height: 80px;
}

.all-caracterize-chooses div h4 {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
}

.all-caracterize-chooses div p {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  color: #434343;
}

.banner-about .effect-black-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.418);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.banner-about .effect-black-background .title-about {
  font-weight: 800;
  font-size: 45px;
  color: white;
  width: 60%;
}

.banner-about .effect-black-background .subtitle-about {
  font-weight: 800;
  font-size: 25px;
  color: white;
  width: 60%;
}

.banner-about .effect-black-background .text-about {
  color: white;
  font-size: 16px;
  margin: 0;
  width: 60%;
}

.we-services {
  display: flex;
  justify-content: space-between;

  width: 95%;
  margin: 3rem auto;
}

.we-services .img-we-about {
  width: 48%;
}

.we-services .img-we-about img {
  object-fit: cover;
  border-radius: 10px;
}

.we-services .text-we-about {
  width: 48%;
}
.why-select {
  width: 95%;
  margin: 3rem auto;
}

.layout-main-about {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto;
  max-width: 1220px;
  width: 90%;
  padding: 1rem;
}

.layout-main-about .info-about {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.layout-main-about .info-about .quienes-somos,
.layout-main-about .info-about .nuestros-valores {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.layout-main-about .info-about .quienes-somos h4,
.layout-main-about .info-about .nuestros-valores h4 {
  font-size: 20px;
  font-weight: 700;
  color: #086aa2;
}
.layout-main-about .info-about .quienes-somos p,
.layout-main-about .info-about .nuestros-valores p,
.layout-main-about .info-about .porque-elegirnos p {
  font-size: 12px;
  text-align: justify;
  color: #606060;
  text-wrap: pretty;
  font-weight: 400;
}

.layout-main-about .info-about .quienes-somos h2,
.layout-main-about .info-about .nuestros-valores h2,
.layout-main-about .info-about .porque-elegirnos h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #086aa2;
  margin-bottom: 1rem;
}

.layout-main-about .img-vertical {
  width: 48%;
}

.layout-main-about .info-about .porque-elegirnos ul{
  display: flex;
  padding-left: 1rem;
  flex-direction: column;
  gap: 1rem;
}

.layout-main-about .info-about .porque-elegirnos ul li{
  font-size: 12px;
}


.layout-main-about .img-vertical  .nuestros-valores {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.layout-main-about .img-vertical  .nuestros-valores div{
  margin-bottom: 2rem;
}


.layout-main-about .img-vertical  .nuestros-valores h4 {
  font-size: 20px;
  font-weight: 700;
  color: #086aa2;
}

.layout-main-about .img-vertical  .nuestros-valores p {
  font-size: 12px;
  text-align: justify;
  text-wrap: pretty;
  color: #606060;
  font-weight: 400;
}


.layout-main-about .img-vertical .nuestros-valores h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #086aa2;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1000px) {
  .layout-main-about {
    flex-direction: column;
    gap: 1rem;
  }
  .layout-main-about .info-about {
    width: 100%;
  }
  .layout-main-about .img-vertical {
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 850px) {
  .banner-about .effect-black-background {
    justify-content: start;
    gap: 0.4rem;
  }
  .banner-about .effect-black-background .title-about {
    font-size: 30px;
    width: 80%;
  }

  .banner-about .effect-black-background .subtitle-about {
    font-size: 20px;
    width: 80%;
  }

  .banner-about .effect-black-background .text-about {
    font-size: 16px;
    width: 80%;
  }
  .we-services {
    flex-direction: column;
    gap: 1rem;
  }
  .we-services .img-we-about {
    width: 100%;
  }
  .we-services .text-we-about {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .banner-about {
    height: 30vh;
  }
  .layout-main-about {
    margin: 2rem auto;
  }
  .banner-about .effect-black-background {
    gap: 0.5rem;
  }
  .banner-about .effect-black-background .title-about {
    font-size: 25px;
    width: 100%;
  }

  .banner-about .effect-black-background .subtitle-about {
    font-size: 18px;
    width: 100%;
  }

  .banner-about .effect-black-background .text-about {
    font-size: 13px;
    width: 100%;
  }
  .layout-main-about .info-about .quienes-somos h2,
  .layout-main-about .info-about .nuestros-valores h2,
  .layout-main-about .info-about .porque-elegirnos h2,
  .layout-main-about .img-vertical .nuestros-valores h2 {
    font-size: 26px;
  }
}
