.acco-img-wrapper-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: wrap;
}

.acco-img-wrapper-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: 60px;
}

.naranja-img .preview-header-left {
  margin-right: 25px;
}

.naranja-img .preview-header-right {
  margin-left: 30px;
}

.limon-img:hover .preview-wrapper {
  background: rgba(50, 205, 50, 0.6);
}

.naranja-img:hover .preview-wrapper {
  background: rgba(240, 96, 44, 0.6);
}

.orange-bg:hover {
  background-color: rgba(238, 105, 46, 0.9);
}

.orange-bg:hover .alt-text-box p {
  color: whitesmoke;
}

.limon-img {
  background-image: url("../../img/acco_preview/limon_preview.jpg");
}

.naranja-img {
  background-image: url("../../img/acco_preview/naranja_preview.jpg");
}

.orange-bg {
  background-color: rgb(238, 105, 46);
  transition: all 0.2s ease-in-out;
}

.alt-text-box {
  margin: 28px;
}

.alt-text-box p {
  margin-top: 10px;
  font-size: 14px;
  color: white;
}
