body {
  background: #f0f0f0;
}
.anchorproyectos a {
  color: var(--cBase) !important;
}

.contenedorProyectosTitle {
  padding-top: 100px;
  margin-bottom: 90px;
}

.title_proyectos h4 {
  font-size: var(--sizeH1);
}

.parrafo_proyectos p {
  font-size: 18px;
}
.parrafo_proyectos {
  max-width: 600px;
  margin: 20px auto 0 auto;
}

.swipperProyectos,
.swipperProyectosArquitectura3,
.swipperProyectosArquitectura2,
.swipperProyectosArquitectura1,
.swipperProyectosArquitectura4 {
  max-width: 800px;
  margin: 0 auto 0 auto;
}

.contenedorProyectos__carrucel-card {
  position: relative;
  height: 530px;
  padding-left: 25%;
}

.cardColorBase {
  padding-left: 0;
  padding-right: 25%;
}
.overlayBlack {
  background: var(--cBlack);
  padding: 50px 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 55%;
}
.overlayBlack .overlay__title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.overlayBlack .overlay__title::before {
  position: absolute;
  content: "";
  width: 32%;
  height: 2px;
  bottom: 0;
  background: var(--cBase);
}
.overlayBlack .overlay__title h4 {
  font-size: 20px;
  color: var(--cBase);
}

.contenedorCarrucel {
  margin-bottom: 80px;
}

.overlayBase {
  background: var(--cBase);
  padding: 50px 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55%;
  right: 0;
}
.overlayBase .overlay__title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.overlayBase .overlay__title::before {
  position: absolute;
  content: "";
  width: 32%;
  height: 2px;
  bottom: 0;
  background: var(--cBlack);
}
.overlayBase .overlay__title h4 {
  font-size: 20px;
  color: var(--cBlack);
}

/* bullets proyectos */

.pg-bottom-proyectos .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom-proyectos .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom-proyectos {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}

/* 2 */
.pg-bottom-proyectos-3 .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom-proyectos-3 .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom-proyectos-3 {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}
/* 3 */
.pg-bottom-proyectos-4 .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom-proyectos-4 .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom-proyectos-4 {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}

/* 4 */

.pg-bottom-proyectos-4 .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom-proyectos-4 .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom-proyectos-4 {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}

/* 5 */

.pg-bottom-proyectos-5 .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom-proyectos-5 .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom-proyectos-5 {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}

.contenedor_bullets_proyectos {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.bulletBase {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .contenedorProyectos__carrucel-card {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .contenedorProyectos__carrucel-card img {
    height: 250px;
  }
  .overlayBlack,
  .overlayBase {
    padding: 50px 38px;
    position: relative;
    top: -4px;
    transform: initial;
    left: 0;
    right: 0;
  }
}
