body {
  background: #fff;
}

/* ------------- COMUNIDAD KARITO -------- */

.contenedor-videos-comunidad {
  padding:230px 0 20px;
  position: relative;
  margin: 0 0 100px;
}

.titulo-videos-comunidad {
  text-align: center;
  font-size: 50px;
  color: #804932;
  font-weight: 600;
}

.subcontenedor-videos-comunidad {
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.video-comunidad:nth-child(1) {
  width: 80%;
  height: auto;
  margin:3% 1%;
  background: #fff;
}

.video-comunidad {
  width: 30%;
  height: auto;
  margin:1%;
  background: #fff;
}



/* ----------- MEDIA QUERYS ----------- */

@media (max-width:768px) {

.titulo-videos-comunidad {
  font-size: 35px;
}

.subcontenedor-videos-comunidad {
  display: block;
}

.video-comunidad, .video-comunidad:nth-child(1) {
  width: 90%;
  margin: 30px 5%;
}


}
