section#banner-portafolio {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.content-text-banner-home {
  width: 100%;
  min-height: 950px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 14%;
  padding-bottom: 4%;
}
.content-text-banner-home h1 {
  color: #fff;
  text-align: center;
  font-size: 65px;
  font-weight: 500;
  line-height: 65px;
}
.content-text-banner-home h1 span {
  color: #601532;
  font-weight: 700;
}
.content-text-banner-home p {
  color: #fff;
  text-align: center;
  width: 51%;
  margin: 0 auto;
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
}
@media (width < 875px) {
  .content-text-banner-home h1 {
    font-size: 46px;
    line-height: 47px;
  }
  .content-text-banner-home {
    width: 100%;
    min-height: 700px;
    padding-top: 19%;
    padding-bottom: 6%;
  }
  .content-text-banner-home p {
    width: 69%;
    margin: 0 auto;
    font-size: 22px;
  }
}
@media (width < 500px) {
  .content-text-banner-home h1 {
    font-size: 42px;
    line-height: 41px;
  }
  .content-text-banner-home {
    padding-bottom: 19%;
    padding-top: 42%;
  }
  .content-text-banner-home p {
    width: 100%;
    margin: 0 auto;
    font-size: 19px;
  }
}

/*---------------------------------------*/
/*SEGUNDA SECCION HOME VIDEO*/
/*---------------------------------------*/

#video-text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.content-video,
.content-text {
  width: 50%;
}

.content-video {
  position: relative;
  width: 50%;
  padding-top: 42%;
}

.content-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-text h2 {
  color: #000;
  font-size: 64px;
  margin-bottom: 40px;
  line-height: 64px;
  font-weight: 500;
}
.content-text h2 span {
  font-weight: 700;
}
.content-text p {
  font-family: "Panton", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}
.content-text p span {
  font-weight: bold;
}
.content-text {
  padding: 0 8%;
  padding-top: 10%;
}
@media (width < 875px) {
  section#video-text {
    flex-direction: column;
  }
  .content-video {
    width: 100%;
    margin-bottom: 8%;
  }
  .content-text {
    width: 100%;
    padding-bottom: 6%;
  }
}
@media (width < 500px) {
  .content-text p {
    font-size: 19px;
    line-height: 1.6;
  }
}
/*---------------------------------------*/
/*CARACTERISTICAA*/
/*---------------------------------------*/
.content-cracteristica-portafolio ul {
  display: flex;
  flex-flow: wrap;
  gap: 17px;
  list-style: none;
  margin: 0;
  padding-top: 9%;
  column-gap: 80px;
}
.content-cracteristica-portafolio ul li {
  width: 28%;
}
.content-img-caracteristica {
  width: 100%;
  min-height: 200px;
  border-radius: 80px;
  background-position: center;
  background-size: cover;
  margin-bottom: 26px;
}
.content-text-caracteristica h3 {
  font-weight: 800;
  margin: 0;
  font-size: 22px;
  font-family: "Panton";
  color: #000;
}
.content-text-caracteristica p {
  font-family: "Panton";
  font-size: 20px;
  line-height: normal;
  color: #000;
}
@media (width < 875px) {
  .content-cracteristica-portafolio ul li {
    width: 44%;
  }
}
@media (width < 500px) {
  .content-cracteristica-portafolio ul li {
    width: 100%;
  }
}
