.tns-outer {
  position: relative;
}

.proyectos {
  position: relative;
}

.proyectos .card .card-image {
  overflow: hidden;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proyectos .card .card-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(65, 65, 65, 0.82) 76%,
    rgba(5, 5, 5, 0.82) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(76%, rgba(65, 65, 65, 0.82)),
    color-stop(100%, rgba(5, 5, 5, 0.82))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(65, 65, 65, 0.82) 76%,
    rgba(5, 5, 5, 0.82) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(65, 65, 65, 0.82) 76%,
    rgba(5, 5, 5, 0.82) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(65, 65, 65, 0.82) 76%,
    rgba(5, 5, 5, 0.82) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(65, 65, 65, 0.82) 76%,
    rgba(5, 5, 5, 0.82) 100%
  );
}

.proyectos .card .card-image img {
  width: inherit !important;
  height: 100% !important;
  z-index: 0;
}

.proyectos .card .card-image .card-title {
  z-index: 10;
}

.proyectos .content-info-carrusel {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  place-content: stretch space-between;
  align-items: stretch;
}

.proyectos .content-info-carrusel .mail-cotizar {
  align-items: center;
  display: flex;
  padding: 0 0px 0 20px;
  box-sizing: border-box;
  border-left: 1px solid;
  position: relative;
}

.proyectos .card .content-info-carrusel .mail-cotizar::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #f0a217;
  z-index: 2;
  transform: scaleY(0);
  transition: all ease 0.2s;
}

.proyectos .card:hover .content-info-carrusel .mail-cotizar::before {
  transform: scaleY(1);
}

.proyectos .content-info-carrusel .mail-cotizar a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proyectos .content-info-carrusel .mail-cotizar a span {
  font-size: 2rem;
  transition: all ease 0.2s;
  transition-delay: 0.2s;
  color: #fff;
}

.proyectos .card:hover .content-info-carrusel .mail-cotizar a span {
  color: #f0a217 !important;
}

button[data-controls] {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: inherit;
  margin-top: -18px;
  z-index: 100;
  background: transparent;
}

button[data-controls] span {
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.5);
}

button[data-controls="prev"] {
  left: -10px;
  transition: all ease 0.2s;
}

button[data-controls="prev"]:hover {
  left: -20px;
}

button[data-controls="prev"]:hover span {
  color: rgba(0, 0, 0, 0.8);
}

button[data-controls="next"] {
  right: -10px;
  transition: all ease 0.2s;
}

button[data-controls="next"]:hover {
  right: -20px;
}

button[data-controls="next"]:hover span {
  color: rgba(0, 0, 0, 0.8);
}
