.ctnProyectos {
  opacity: 1;
  display: flex;
  height: 100vh;
  min-height: 950px;
  flex-direction: row-reverse;
  width: 100%;
  transition: opacity 0.8s linear;
}

.image-list.hide,
.biggerMobil {
  display: none;
}

#contenedorProyectos {
  transition: margin-top 2s linear;
}

#contenedorProyectos.minHeight {
  height: 20%;
  margin-top: 100%;
}

.ctnProyectos .right {
  background-color: white;
  width: 35%;
  z-index: 1;
  position: relative;
}

.ctnProyectos .left {
  width: 65%;
  height: auto;
}

#renderProyectosMobils {
  display: none;
}

.ctnProyectos .right .proyectosSmall {
  position: absolute;
  right: -257px;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 600px;
}

.ctnProyectos .number {
  font-family: 'Teko', sans-serif;
  font-size: 282.645px;
  font-weight: 400;
  justify-content: start;
  color: rgba(164, 200, 104, 1);
}

.ctnProyectos .description {
  position: absolute;
  right: 21%;
  width: 700px;
  height: 600px;
  transform: translateY(-50%);
  z-index: 1;
  top: 55%;
}

.ctnProyectos .description .swiper {
  width: 700px;
}

.ctnProyectos .description .swiper.proyectosNumber {
  width: 300px;
  height: 220px;
  margin-left: 0;
}

.ctnProyectos .description .swiper.proyectosTitle {
  padding-top: 50px;
  height: 250px;
}

.proyectosTitle h2 {
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 73%;
  margin-bottom: 15px;
}

.proyectosTitle p {
  color: #fff;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 22.391px;
  font-weight: 300;
  line-height: 118.8%;
}

.ctnProyectos .description .left {
  margin-left: 170px;
  margin-bottom: 60px;
}

.ctnProyectos .description .btnGeneral {
  display: block;
  margin-top: 45px;
}

.ctnProyectos .custom-navigation {
  /* width: 150px;
    height: 50px; */
  position: absolute;
  bottom: 8%;
  z-index: 5;
  right: 60px;
  padding: 18px;
  background-color: #2b2b2b;
}

.ctnProyectos .custom-navigation .proyectosPrev {
  padding-right: 35px;
}

.ctnProyectos .custom-navigation .flecha2 {
  display: none;
}

.ctnProyectos .custom-navigation .flecha2 img:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.594));
}

@media only screen and (max-width: 1800px) {
  .ctnProyectos .description {
    right: 18%;
  }
}

@media only screen and (max-width: 1750px) {
  .ctnProyectos .description {
    /* top: 550px; */
    right: 13%;
  }

  .proyectosTitle h2 {
    font-size: 125px;
  }

  .ctnProyectos .description .swiper {
    width: 570px;
  }

  .ctnProyectos .description .swiper.proyectosTitle {
    height: 270px;
  }

  .proyectosTitle p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1550px) {
  .ctnProyectos .description {
    right: 8%;
  }
}

@media only screen and (max-width: 1400px) {
  .ctnProyectos .description {
    right: 15%;
    width: 600px;
  }

  .ctnProyectos .description .left {
    margin-left: 195px;
  }

  .proyectosTitle h2 {
    font-size: 110px;
  }

  .proyectosTitle p {
    font-size: 20px;
  }

  .ctnProyectos .right .proyectosSmall {
    right: -205px;
  }

  .ctnProyectos .number {
    font-size: 230px;
  }
}

@media only screen and (max-width: 1300px) {
  .ctnProyectos .description {
    right: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  .ctnProyectos .right .proyectosSmall {
    right: -170px;
  }

  .ctnProyectos .description .swiper.proyectosNumber {
    margin-left: 50px;
  }

  .ctnProyectos .description .swiper {
    width: 420px;
  }

  .ctnProyectos .description .left {
    margin-left: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .ctnProyectos .right {
    margin-top: -50px;
    border-top-left-radius: 30px;
    padding: 60px 40px 0px 40px;
    z-index: 0;
  }

  .ctnProyectos .custom-navigation {
    z-index: 1;
  }

  .ctnProyectos .description {
    padding: 0px 40px;
  }

  .ctnProyectos .ctnMobile {
    position: relative;
  }

  .ctnProyectos .description .swiper.proyectosNumber,
  .ctnProyectos .right .proyectosSmall,
  #proyectosBigger,
  .swiper.proyectosBigger,
  .ctnProyectos .custom-navigation .proyectosPrev,
  .ctnProyectos .custom-navigation .proyectosNext .rotate1 {
    display: none;
  }

  .ctnProyectos {
    flex-direction: column;
  }

  #renderProyectosMobils,
  .biggerMobil,
  .ctnProyectos .custom-navigation .flecha2 {
    display: block;
  }

  .ctnProyectos {
    height: auto;
  }

  .ctnProyectos .left,
  .ctnProyectos .right,
  .ctnProyectos .description .swiper.proyectosTitle {
    width: 100%;
  }

  .ctnProyectos .description .left {
    margin-left: 0;
  }

  .ctnProyectos .right .proyectosSmall {
    right: 0;
    height: auto;
    transform: none;
    top: 0;
    position: relative;
  }

  .ctnProyectos .description {
    position: relative;
    top: 0;
  }

  .ctnProyectos .description {
    transform: none;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
  }

  .ctnProyectos .left.proyectosSpan {
    height: 40px;
  }

  .proyectosTitle h2,
  .proyectosTitle p {
    color: black;
  }

  .ctnProyectos .description .swiper.proyectosTitle {
    height: 230px;
  }

  #renderProyectosMobils .open {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1.4989893436431885px);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 40px;
    height: 40px;
  }

  #renderProyectosMobils .open img {
    object-fit: contain;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: -2;
  }

  .ctnProyectos .custom-navigation .flecha2,
  .ctnProyectos .custom-navigation {
    display: flex;
    align-items: center;
  }

  .ctnProyectos .custom-navigation {
    bottom: 25px;
    padding: 4px 20px;
    width: auto;

    background-color: #a4c868;
  }

  .ctnProyectos .custom-navigation {
    width: auto;
    height: auto;
  }

  .ctnProyectos .custom-navigation .flecha2 span {
    color: white;
    letter-spacing: 1.65px;
    font-size: 30px;
    font-family: 'Teko', sans-serif;
  }

  .ctnProyectos .custom-navigation .flecha2 img {
    margin-left: 20px;
    width: 140px;
    padding: 6px;
  }

  .proyectosTitle h2 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .proyectosTitle h2 {
    font-size: 50px;
  }

  .proyectosTitle p {
    font-size: 18px;
  }

  .ctnProyectos {
    min-height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .ctnProyectos .right {
    padding: 45px 20px 0px 30px;
  }

  .ctnProyectos .description .btnGeneral {
    margin-top: 0;
  }

  .proyectosTitle h2 {
    margin-bottom: 0;
  }

  .ctnProyectos .description {
    padding: 0px 30px 0px 30px;
  }

  .ctnProyectos .custom-navigation .flecha2 span {
    font-size: 26px;
    width: 100px;
  }

  .ctnProyectos .custom-navigation .flecha2 img {
    margin-left: 0;
  }

  .swiper.proyectosSmall .swiper-wrapper {
    height: 200px;
  }

  .ctnProyectos .description .swiper.proyectosTitle {
    height: 260px;
  }

  .proyectosTitle h2 {
    font-size: 40px;
    line-height: 100%;
  }

  .proyectosTitle p {
    font-size: 16px;
  }
}
