body {
  font-family: sans-serif;
}
.contenedor-slide {
  height: auto;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.carousel {
  box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.432);
}

.contenedor {
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.contenedor h1 {
  font-size: calc(16px + 4vw);
}

.video-gallery {
  margin: 20px auto;
  width: 90%;
}
.video-gallery-container {
  margin-top:20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px !important;
  height: 40px !important;
  filter: invert(20%) sepia(44%) saturate(100) hue-rotate(200deg)
    brightness(70%) contrast(125%);
  cursor: pointer;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
  width: 7% !important;
}

.carousel-control-next {
  right: -70px !important;
}

.carousel-control-prev {
  left: -70px !important;
}

.carousel-item-label {
  position: absolute;
  top: 1%;
  display: block;
  left: 34%;
  color: white;
  font-size: 25px;
  font-weight: bold;
  background: #0155b0;
  padding: 5px;
  border-radius: 5px;
}

.slide-left {
  position: absolute;
  left: -1200px;
  -webkit-animation: slideLeft 0.1s forwards;
  -webkit-animation-delay: 0.1s;
  animation: slideLeft 0.1s forwards;
  animation-delay: 0.1s;
}



@-webkit-keyframes slideLeft {
  100% {
    left: 0;
  }
}

@keyframes slideLeft {
  100% {
    left: 0;
  }
}

.slide-right {
  position: absolute;
  left: 1200px;
  -webkit-animation: slideRight 0.1s forwards;
  -webkit-animation-delay: 0.1s;
  animation: slideRight 0.1s forwards;
  animation-delay: 0.1s;
}

@-webkit-keyframes slideRight {
  100% {
    left: 0;
  }
}

@keyframes slideRight {
  100% {
    left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .carousel-item-label {
    left: 28%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .carousel-item-label {
    left: 28%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .carousel-item-label {
    left: 10%;
    font-size: 16px;
  }
  .carousel-control-next {
    right: -10% !important;
  }

  .carousel-control-prev {
    left: -10% !important;
  }
}

@media only screen and (max-width: 992px) {
  .trailer-label {
    left: 28%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .trailer-label {
    left: 28%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .trailer-label {
    left: 35%;
    font-size: 16px;
  }
}
