
#proyectos-info{
  background: #fff;
  height: auto;
}



.js-transitions-disabled * {
  -webkit-transition: none !important;
  transition: none !important;
}


.carousel {
  position: relative;
  height: 625px;
  overflow: hidden;
  -webkit-perspective: 50vw;
  perspective: 50vw;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
@media screen and (max-width: 576px) {
    .carousel {
        height:  320px;
    }
}

.carousel__control {
  position: absolute;
  height: 160px;
  width: 40px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.carousel__control a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  box-sizing: border-box;
}

.carousel__control a:hover:before { background-color: rgba(0,0,0,0.4); }

.carousel__control a.active:before, .carousel__control a.active:hover:before { background-color: rgba(0,0,0,0.6); }

.carousel__control a:first-child { margin-top: 15px; }

.carousel__control a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  padding-top: 25%;
  width: 25%;
  background: rgba(0,0,0.2);
  content: '';
  display: block;
  margin-top: -12.5%;
}

.carousel__stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(calc(-50vh + 20px));
  transform: translateZ(calc(-50vh + 20px));
}

.spinner {
  position: absolute;
 width:72%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.js-spin-fwd .spinner {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.js-spin-bwd .spinner {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.js-spin-fwd .spinner--right {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.js-spin-bwd .spinner--right {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.spinner--right {
  left: 51%;
}

.spinner__face {
  display: none;
  position: absolute;
  width: 70.9%;
  height: 100%;
  overflow: hidden;
}

.spinner__face.js-next {
  display: block;
  -webkit-transform: rotateX(90deg) translateZ(calc(50vh - 20px));
  transform: rotateX(90deg) translateZ(calc(50vh - 20px));
}

.spinner--right .spinner__face.js-next {
  -webkit-transform: rotateX(270deg) translateZ(calc(50vh - 20px));
  transform: rotateX(270deg) translateZ(calc(50vh - 20px));
}

.js-spin-bwd .spinner__face.js-next {
  -webkit-transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
  transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
}

.js-spin-bwd .spinner--right .spinner__face.js-next {
  -webkit-transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
  transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
}

.js-active {
  display: block;
  -webkit-transform: translateZ(calc(50vh - 20px));
  transform: translateZ(calc(50vh - 20px));
}

.content {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
}

.spinner--right .content { left: -100%; }

.content__left, .content__right {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.content__right {
  right: 0;
  left: auto;
}
.content__right  {
    background-repeat: no-repeat;
    background-size: cover;
}

.content__left {
  background-repeat: no-repeat;
  background-size: cover;
}


.content__left:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.content__right:after  {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

.content__left h1 {
  position: absolute;
  top: 50%;
  margin-top: -4vw;
  text-align: center;
  font-family: oswald;
  font-size: 5vw;
  height: 10vw;
  opacity: 1;
  color: #fff;
  width: 100%;
  letter-spacing: 0.15em;
  line-height: -0.4;
  background: #6f6f6fb8;
}

.content__left span {
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  opacity: 0.9;
  font-family: Merriweather;
}



.content__right .content__main {
  position: absolute;
  font-family: Merriweather, serif;
  text-align: left;
  color: #fff;
  font-size: 1.3vw;
  padding: 0 8vw;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
}

.content__right .content__main p:last-child {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}

.content__right .content__index {
    position: absolute;
    top: 50%;
  
    text-align: center;
    font-family: oswald;
    font-size: 2vw;
    height: 10vw;
    opacity: 1;
    color: #fff;
    width: 100%;
    letter-spacing: 0.15em;
    padding-right: 60px;

}

[data-type="carousel-1"] .content__left { background-image: url("../img/logo/1.png");background-size: 100% 100%;}

.spinner--right [data-type="carousel-1"] .content__left { background-image: none; }
[data-type="carousel-1"] .content__right .content__index{ margin-top:-4vw; background: #6f6f6fb8;}

[data-type="carousel-2"] .content__left { background-image: url("../img/logo/1.png");background-size: 100% 100%; }
[data-type="carousel-2"] .content__left h1{margin-top: -8vw;line-height: 2.8; height: 20vw}

.spinner--right [data-type="carousel-2"] .content__left { background-image: none;}
[data-type="carousel-2"] .content__right .content__index{ margin-top:-8vw; background: #6f6f6fb8; height: 20vw}

[data-type="carousel-3"] .content__left { background-image: url("../img/logo/1.png");background-size: 100% 100%; }
[data-type="carousel-3"] .content__left h1{margin-top: -5vw;}

.spinner--right [data-type="carousel-3"] .content__left { background-image: none; }
[data-type="carousel-3"] .content__right .content__index{ margin-top:-5vw; background: #6f6f6fb8; padding-top: 4%;}

[data-type="carousel-1"] .content__right { background-image: url("../img/logo/2.png");background-size: 100% 100%;}

.spinner--right [data-type="carousel-1"] .content__left { background-image: none;}

[data-type="carousel-2"] .content__right { background-image: url("../img/logo/2.png");background-size: 100% 100%; }

.spinner--right [data-type="carousel-2"] .content__left { background-image: none; }

[data-type="carousel-3"] .content__right { background-image: url("../img/logo/2.png");background-size: 100% 100%; }

.spinner--right [data-type="carousel-3"] .content__left { background-image: none; }

