.tutorials-elements-li .buttons-tutorial-videos {
  color: #e74c3c;
}

.buttons-tutorial-videos .icon-question-resume {
  margin-left: 4px;
}

.card-aux-container {
  max-height: 400px;
  width: 290px;
  background: white;
  border-radius: 10px;
  position: absolute;
  right: 0;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.buttons-tutorial-videos {
  appearance: none;
  background: transparent;
  border: 0;
  outline: none;
}

.buttons-tutorial-videos:focus {
  outline: 0;
}

.container-video-tutorial {
  width: 600px;
  height: 600px;
  border: 2px solid #888888;
  text-align: center;
}
.overlay-video-tutorial {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.6;
  display: none;
}
.video-tutorial {
  display: none;
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  z-index: 2;
}
.video-tutorial-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-tutorial-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttons-iframe-tutorial {
  position: absolute;
  right: 5px;
  z-index: 2;
}

.card-image-container {
  padding-right: 8px;
  flex: 1;
}

.card-image-container-aux {
  position: relative;
}

.card-image-container-aux:hover {
  cursor: pointer;
  opacity: 0.6;
}

.card-image-icon-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.card-image-icon {
  color: #dadada;
  font-size: 1.7rem;
}

.card-image {
  /* border-bottom-left-radius: 5px; */
  /* border-top-left-radius: 5px; */
}

.card-videos-tutorials {
  position: relative;
  z-index: 5;
}

.card-videos-tutorials .card-verify {
  background-color: #f7f7f7;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}

.card-aux-container > .card-verify:last-child {
  margin-bottom: 0;
}

.card-videos-tutorials .card-verify .card-body {
  padding: 0;
}

.card-video-info {
  padding: 4px 0;
}

.card-video-info h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.card-video-info p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
