.reports-b {
  background-image: url('/static/img/briefing.jpg');
  background-size: cover;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.reports-e {
  background-image: url('/static/img/enso2.jpg');
  background-size: cover;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.reports-content {
  margin: 0;
  position: absolute;
  left: 2.6041666667vw;
}

.reports-content h1 {
  font-size: 2rem;
}

.monitoringv{
    background: linear-gradient(#abc7e2,#d4dae9);
}

.monitoring {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan a la siguiente fila */
    justify-content: center; /* Centra los elementos horizontalmente */
    padding: 20px; /* Espaciado interno del contenedor */
    width: 100%; /* Ocupa el 100% del contenedor padre */
}

.videos {
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos p {
    font-size: 18px;
    color:rgb(0, 0, 0);
    font-weight: 600;
    margin: 10px 0 0 0;
}
