.text-carousel {
  display: inline-block;
  font-family: "ditec", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}
.carousel-btn {
  font-family: Lato, sans-serif;
  background-color: #111;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.paragraphs {
  font-family: "ditec", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}
.carousel-videos {
  display: flex;
  gap: 35px;
}
.btn-youtube {
  background-color: #192025;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px 15px;
  border: 1px solid #192025;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.btn-youtube:hover {
  background-color: #ffffff;
  color: #192025;
  border: 1px solid #192025;
}
.info-parrafo {
  margin: 15px 0px 30px 0px;
  font-size: 18px;
  color: #000000;
}
.red-line {
  width: 35px;
  height: 5px;
  background-color: #d90000;
  margin: 15px 0px 25px 0px;
}
.title-info {
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  font-family: "Ditec", sans-serif !important;
  font-size: 32px;
}
.container-indicator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 70px 0px 0px 0px;
}
.container-indicator img {
  max-width: 180px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  object-fit: cover;
  height: 321px;
}
.info-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.br-10 {
  border-radius: 10px;
  overflow: hidden;
}
.mb-70 {
  margin-bottom: 70px;
}
@media (width < 992px) {
  .carousel-videos {
    flex-direction: column-reverse;
  }
}
.carousel-videos {
  height: 100%;
  width: 100%;
  /* max-height: 710px; */
}
.show-videos {
  border-radius: 15px;
}
.container-videos {
  max-width: 1024px;
  justify-self: center;
  margin-bottom: 140px;
  height: max-content;
}
@media (width < 600px ) {
  .container-videos{
    max-width: 100vw;
    padding: 0px 15px;
    margin-top: 60px;
  }
  
}