#myCarousel .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: left;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: none;
  width: 100%;
  position: absolute;
  top: unset;
}

#myCarousel .list-group {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--grisoscuro);
  padding-right: 0px;
  border-radius: 0rem;
}

#myCarousel .list-group-item {
  border-radius: 0px;
  cursor: pointer;
  background-color: var(--grisoscuro);
  color: var(--blanco);
  border-left: 0px;
  border-right: 0px;
  margin-left: 20px;
  margin-right: 20px;
  border-color: var(--blanco) !important;
}

.list-group-item h4 {
  padding: 0px;
  margin: 0px;
}

#myCarousel .list-group .active {
  background-color: var(--grisclaro);
  color: var(--grisoscuro);
}

@media (min-width: 992px) {
  #myCarousel {
    padding-right: 15%;
  }
  #myCarousel .carousel-controls {
    display: none;
  }
  #myCarousel img {
    width: 100%;
    height: 400px !important;
  }
  #myCarousel .carousel-caption {
    height: 30%;
    width: 100%;
    border-top-right-radius: 10px;
	}
  #myCarousel ul.list-group {
    height: 400px !important;
    z-index: 9;
	  width: 31%;
  }
}

#myCarousel .carousel-item{
	width:auto;
}

@media (max-width: 768px) {
  #myCarousel .carousel-item{
    width:inherit;
  }
}

@media (max-width: 991px) {
  .carousel-caption p,
  #myCarousel .list-group {
    display: none;
  }
}

#myCarousel .list-group-item:first-child {
  border-top: 0px !important;
}

#myCarousel .list-group-item:last-child {
  border-bottom: 0px !important;
}
