#videos {
  background-image: url(/img/multimedia/videos.svg);
}

#multinav {
  margin-bottom: 50px;
}

/* __________________________________________ MAIN */

.row {
  display: flex;
  width: 100%;
  margin: 50px auto;
  justify-content: space-evenly;
  padding-top: 60px;
  margin-top: -60px;
}

.even-row {
  flex-direction: row-reverse;
  background-color: #ecf4f9;
}

.video-info {
  max-width: 500px;
  z-index: 1;
}

.odd-row .video-info {
  margin-right: 20px;
}

.even-row .video-info {
  margin-left: 20px;
}

.video-info h2 {
  display: inline;
  color: var(--main-color);
}

.circle {
  margin-top: 50px;
}

.video-info .circle:last-of-type {
  margin-right: 10px;
}

.video {
  border: 20px solid #888888;
  border-radius: 15px;
  background-color: #888888;
  position: relative;
  margin-bottom: 60px;
}

iframe {
  border: none;
}

.zarcillo-videos {
  fill: rgb(195, 228, 238);
  width: 150px;
  position: absolute;
  top: 50%;
}

.odd-row .zarcillo-videos {
  transform: rotate(90deg);
  left: -27%;
}

.even-row .zarcillo-videos {
  transform: rotate(-90deg);
  right: -27%;
}

.circle {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: var(--main-color);
}

.toggle {
  color: white;
}

/* __________________________________________ MEDIA QUERIES */

@media screen and (max-width: 992px) {
  .zarcillo-videos {
    display: none;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .video-info {
    max-width: 70%;
  }

  .odd-row .video-info {
    margin: 0 0 40px 0;
  }

  .even-row .video-info {
    margin: 0 0 40px 0;
  }

  .circle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .video {
    border: none;
    background-color: none;
  }

  .video-info {
    max-width: 80%;
  }

  .row {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  .video-info {
    max-width: 90%;
    margin: 0;
  }

  .video,
  .video div,
  iframe {
    width: 300px;
    height: 200px;
  }

  #entrevista-wrap {
    margin: 10px;
    width: auto;
  }
  .indicador {
    display: none;
  }
}
