.ctn-impacto {
  margin-top: 58px;
  padding: 30px 15px;
  font-family: "Montserrat", sans-serif;
}
.ctn-impacto .container h1 {
  font-weight: bold;
  font-size: 42px;
}
.ctn-impacto .container .font-roboto {
  font-family: "Roboto", sans-serif;
}
.ctn-impacto .container .subtitle {
  font-size: 18px;
  font-weight: 400;
}
.ctn-impacto .container .banner {
  border-radius: 32px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 1.197px 29.915px 0 rgba(69, 42, 124, 0.1);
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-top: 40px;
  color: #fff;
  background: #375c3e;
  background: -webkit-linear-gradient(159deg, rgb(55, 92, 62) 0%, rgb(0, 0, 0) 49%, rgb(40, 41, 40) 100%);
  background: -moz-linear-gradient(159deg, rgb(55, 92, 62) 0%, rgb(0, 0, 0) 49%, rgb(40, 41, 40) 100%);
  background: linear-gradient(159deg, rgb(55, 92, 62) 0%, rgb(0, 0, 0) 49%, rgb(40, 41, 40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#375C3E", endColorstr="#282928", GradientType=0);
}
.ctn-impacto .container .banner .icon {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.ctn-impacto .container .banner h3 {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.75;
}
.ctn-impacto .container .cards-banner {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.ctn-impacto .container .cards-banner .card {
  padding: 30px;
  border-radius: 32px;
  text-align: center;
  width: 100%;
  box-shadow: 0 1.197px 29.915px 0 rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  border: #fff;
  font-size: 20px;
}
.ctn-impacto .container .cards-banner .card .icon {
  background-color: rgba(0, 119, 40, 0.1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: auto;
  margin-bottom: 12px;
}
.ctn-impacto .container .cards-banner .card h1,
.ctn-impacto .container .cards-banner .card .card-number {
  font-size: 39px;
  color: rgb(85, 177, 58);
  margin-bottom: 16px;
  font-weight: bold;
}
.ctn-impacto .container .cards-banner .card h3 {
  font-size: 20px;
  font-weight: bold;
}
.ctn-impacto .container .ctn-success {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ctn-impacto .container .ctn-success .ctn-image {
  width: 100%;
}
.ctn-impacto .container .ctn-success .ctn-image img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}
.ctn-impacto .container .ctn-success .ctn-success-cards {
  align-items: center;
}
.ctn-impacto .container .ctn-success .ctn-success-cards h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .success-card {
  margin-bottom: 24px;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .success-card .content {
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  padding: 15px;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .success-card .content header {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: bold;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .success-card .content h2,
.ctn-impacto .container .ctn-success .ctn-success-cards .success-card .content .success-number {
  font-size: 31px;
  color: rgb(85, 177, 58);
  margin-bottom: 0;
  font-weight: bold;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .success-card .content p {
  opacity: 0.5;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .font-data {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 3;
}
.ctn-impacto .container .ctn-success .ctn-success-cards .font-data p {
  opacity: 0.5;
  margin-left: 7px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
}

@media screen and (min-width: 431px) {
  .ctn-impacto {
    margin-top: 80px;
    padding: 80px 15px;
  }
  .ctn-impacto .container h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 96px;
    line-height: 1.1;
    padding: 0;
    margin: 0;
  }
  .ctn-impacto .container .banner-number {
    font-size: 96px;
    line-height: 1.1;
    padding: 0;
    margin: 0;
  }
  .ctn-impacto .container .w-53 {
    width: 53.7%;
  }
  .ctn-impacto .container .banner-number {
    font-size: 39px;
    font-weight: bold;
    margin: 0;
  }
  .ctn-impacto .container .banner h3 {
    font-size: 25px;
    margin-top: 10px;
  }
  .ctn-impacto .container .cards-banner .card {
    flex: 1;
  }
  .ctn-impacto .container .ctn-success {
    margin-top: 100px;
    flex-direction: row;
  }
  .ctn-impacto .container .ctn-success .ctn-image {
    width: 0 0 338px;
  }
  .ctn-impacto .container .ctn-success .ctn-success-cards {
    margin: 85px auto;
  }
  .ctn-impacto .container .ctn-success .ctn-success-cards h2 {
    font-size: 39px;
  }
}
.ctn-acervo .acervo-disclaimer {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.ctn-acervo .ctn-playlist-menu {
  margin: 24px 0 40px;
  overflow: hidden;
  position: relative;
}
.ctn-acervo .ctn-playlist-menu .playlist-menu {
  background-color: #fff;
  border-radius: 30px;
  padding: 7px;
  margin: 20px 0;
  display: inline-flex;
  gap: 10px;
  box-shadow: 0 1.197px 29.915px 0 rgba(69, 42, 124, 0.1);
  transition: transform 0.3s ease;
  cursor: grab;
  user-select: none;
}
.ctn-acervo .ctn-playlist-menu .playlist-menu:active {
  cursor: grabbing;
}
.ctn-acervo .ctn-playlist-menu .playlist-menu button {
  border: none;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ctn-acervo .ctn-playlist-menu .playlist-menu button.active {
  background-color: #000;
  color: #fff;
}
.ctn-acervo .box-video {
  box-shadow: 0 1.197px 29.915px 0 rgba(69, 42, 124, 0.1);
  border-radius: 32px;
  overflow: hidden;
  transition: all ease 0.3s;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.ctn-acervo .box-video:hover {
  box-shadow: 0 1.197px 29.915px 0 rgba(69, 42, 124, 0.3);
  border: 1px solid red;
}
.ctn-acervo .box-video:hover .box-img .playlist-icon {
  filter: brightness(0) invert(1);
}
.ctn-acervo .box-video .box-img-link {
  display: block;
}
.ctn-acervo .box-video .box-img-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ctn-acervo .box-video .box-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.ctn-acervo .box-video .box-img .playlist-thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.ctn-acervo .box-video .box-img .tag-ciclo {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #535353;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px 1px 10px;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  border-radius: 8px;
}
.ctn-acervo .box-video .box-img a {
  display: block;
}
.ctn-acervo .box-video .box-img .playlist-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  cursor: pointer;
  transition: filter 0.3s ease;
}
.ctn-acervo .box-video .box-video-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.ctn-acervo .box-video .box-video-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ctn-acervo .box-video .box-video-content p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 58px;
}
.ctn-acervo .box-video .box-video-content .box-date {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
  font-size: 12px;
}
.ctn-acervo .box-video .box-video-content .box-date img {
  width: 20px;
}
.ctn-acervo .box-video .box-video-content .box-date small {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.ctn-acervo .box-video .box-video-content .box-date p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
  min-height: auto;
  line-height: 18px;
  font-size: 12px;
  margin: 0;
}
.ctn-acervo .box-video .box-video-content .btn-youtube {
  position: relative;
  z-index: 2;
  background-color: rgba(178, 30, 31, 0.1);
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 80px;
  font-family: "Roboto", sans-serif;
  color: rgb(178, 30, 31);
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ctn-acervo .box-video:hover .box-video-content .btn-youtube {
  background-color: rgb(178, 30, 31);
  color: #fff;
}
.ctn-acervo .box-video:hover .box-video-content .btn-youtube img {
  filter: brightness(0) invert(1);
}
.ctn-acervo .box-video:hover .box-img .playlist-thumb {
  transform: scale(1.05);
}

@media screen and (min-width: 431px) {
  .ctn-acervo h2 {
    font-size: 39px;
    font-weight: bold;
  }
}
.ctn-acervo .ctn-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.ctn-acervo .ctn-videos > div {
  min-width: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  flex: none;
}
.ctn-acervo .ctn-videos .box-video {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.ctn-acervo .ctn-videos .box-video .box-video-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ctn-acervo .ctn-videos .box-video .box-video-content .btn-youtube {
  margin-top: auto;
}
@media (min-width: 768px) {
  .ctn-acervo .ctn-videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ctn-acervo .ctn-videos {
    grid-template-columns: repeat(3, 1fr);
  }
}
